engine: host: use #if instead of #ifdef when checking for extended hl25 structs compile option
This commit is contained in:
parent
2f5840f650
commit
0e90e6285e
1 changed files with 1 additions and 1 deletions
|
@ -1237,7 +1237,7 @@ int EXPORT Host_Main( int argc, char **argv, const char *progname, int bChangeGa
|
||||||
Cvar_Getf( "host_lowmemorymode", FCVAR_READ_ONLY, "indicates if engine compiled for low RAM consumption (0 - normal, 1 - low engine limits, 2 - low protocol limits)", "%i", XASH_LOW_MEMORY );
|
Cvar_Getf( "host_lowmemorymode", FCVAR_READ_ONLY, "indicates if engine compiled for low RAM consumption (0 - normal, 1 - low engine limits, 2 - low protocol limits)", "%i", XASH_LOW_MEMORY );
|
||||||
|
|
||||||
Cvar_Get( "host_hl25_extended_structs",
|
Cvar_Get( "host_hl25_extended_structs",
|
||||||
#ifdef SUPPORT_HL25_EXTENDED_STRUCTS
|
#if SUPPORT_HL25_EXTENDED_STRUCTS
|
||||||
"1",
|
"1",
|
||||||
#else
|
#else
|
||||||
"0",
|
"0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue