mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Logfile support
This commit is contained in:
parent
0471848afd
commit
d8512d9120
1 changed files with 1 additions and 0 deletions
|
@ -1419,6 +1419,7 @@ void Com_Init( char *commandLine ) {
|
|||
com_showtrace = Cvar_Get( "com_showtrace", "0", CVAR_CHEAT );
|
||||
com_dropsim = Cvar_Get( "com_dropsim", "0", CVAR_CHEAT );
|
||||
com_viewlog = Cvar_Get( "viewlog", "0", CVAR_CHEAT );
|
||||
com_logfile = Cvar_Get("logfile", "0", CVAR_TEMP);
|
||||
com_speeds = Cvar_Get( "com_speeds", "0", 0 );
|
||||
com_timedemo = Cvar_Get( "timedemo", "0", CVAR_CHEAT );
|
||||
com_dedicated = Cvar_Get( "dedicated", "0", CVAR_LATCH );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue