summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-06-21 13:31:19 +0000
committerTim Angus <tim@ngus.net>2013-01-10 21:47:35 +0000
commit1e341b0725223328db7331f4b2bf2b905b34e352 (patch)
tree26c2c42147db05b40b87f70448a9bbdc3ededafc /src/client
parent49e79b120ab36b6835ceeb0a64d2930cdb8201e6 (diff)
- Clear ip address listings after a NET_Restart - check for oldGameSet instead of the gamename string
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_parse.c2
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));