mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-20 19:02:23 +00:00
Enable qconsole.log by default
This commit is contained in:
parent
4fe877b5f6
commit
2df1f31683
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void Qcommon_Init (int argc, char **argv)
|
|||
modder = Cvar_Get ("modder", "0", 0);
|
||||
timescale = Cvar_Get ("timescale", "1", 0);
|
||||
fixedtime = Cvar_Get ("fixedtime", "0", 0);
|
||||
logfile_active = Cvar_Get ("logfile", "0", 0);
|
||||
logfile_active = Cvar_Get ("logfile", "1", CVAR_ARCHIVE);
|
||||
#ifndef DEDICATED_ONLY
|
||||
showtrace = Cvar_Get ("showtrace", "0", 0);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue