mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01: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 )
|
||||
{
|
||||
char dev_level[4];
|
||||
int developer = 0;
|
||||
int developer = DEFAULT_DEV;
|
||||
const char *baseDir;
|
||||
char ticrate[16];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user