diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_parse.c b/src/client/cl_parse.c index 03967927..7a75239e 100644 --- a/src/client/cl_parse.c +++ b/src/client/cl_parse.c @@ -530,7 +530,7 @@ void CL_ParseGamestate( msg_t *msg ) { CL_StopRecord_f(); // reinitialize the filesystem if the game directory has changed - if(FS_ConditionalRestart(clc.checksumFeed, qfalse) && !cls.oldGame[0]) + if(FS_ConditionalRestart(clc.checksumFeed, qfalse) && !cls.oldGameSet) { cls.oldGameSet = qtrue; Q_strncpyz(cls.oldGame, oldGame, sizeof(cls.oldGame)); |