mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
engine: host: support DEFAULT_DEV macro
This commit is contained in:
parent
c613118199
commit
ac4a14ef6c
@ -664,7 +664,7 @@ Host_InitCommon
|
|||||||
void Host_InitCommon( int argc, char **argv, const char *progname, qboolean bChangeGame )
|
void Host_InitCommon( int argc, char **argv, const char *progname, qboolean bChangeGame )
|
||||||
{
|
{
|
||||||
char dev_level[4];
|
char dev_level[4];
|
||||||
int developer = 0;
|
int developer = DEFAULT_DEV;
|
||||||
const char *baseDir;
|
const char *baseDir;
|
||||||
char ticrate[16];
|
char ticrate[16];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user