* (bug 3018) need to call Cvar_SetCheatState() after CG_INIT and UI_INIT to
override user-defined cvar values for CVAR_CHEAT cvars that could be registered in cgame and ui.
This commit is contained in:
parent
ddc848dced
commit
2218a4ea67
4 changed files with 12 additions and 1 deletions
|
@ -442,6 +442,7 @@ char *Key_KeynumToString (int keynum);
|
|||
// cl_parse.c
|
||||
//
|
||||
extern int cl_connectedToPureServer;
|
||||
extern int cl_connectedToCheatServer;
|
||||
|
||||
void CL_SystemInfoChanged( void );
|
||||
void CL_ParseServerMessage( msg_t *msg );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue