Skip to content

Commit 1481f52

Browse files
committed
fix stupid compile error
1 parent 3b23d68 commit 1481f52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/game/shared/schemainitutils.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
} \
2626
else \
2727
{ \
28-
#ifndef VALVE_PURE \
28+
/* fixme(replaycoding): this ifndef doesn't work on linux! */ \
29+
/* #ifndef VALVE_PURE */ \
2930
Warning( "%s\n", msg.String() ); \
3031
/*
3132
todo(maximsmol):
3233
we do not support upstream item schema
3334
*/ \
3435
return false; \
35-
#endif \
36+
/* #endif */ \
3637
pVecErrors->AddToTail( msg ); \
3738
} \
3839
return false; \
@@ -55,4 +56,4 @@
5556
if ( !( expr ) ) \
5657
return false;
5758

58-
#endif // SCHEMAINITUTILS_H
59+
#endif // SCHEMAINITUTILS_H

0 commit comments

Comments
 (0)