about summary refs log tree commit diff
path: root/src/game/client/menu2.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-03 18:47:29 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-03 18:47:29 +0000
commit00f5817db0bc1ea08f623e701c195f526f1263fd (patch)
tree5aabfaa96f6569ce0e99cb85daeb288d2d37ba5f /src/game/client/menu2.cpp
parenta4d69fa35aef8e17660f6e351ab42c635d5a3d92 (diff)
downloadzcatch-00f5817db0bc1ea08f623e701c195f526f1263fd.tar.gz
zcatch-00f5817db0bc1ea08f623e701c195f526f1263fd.zip
fixed map crc checking
Diffstat (limited to 'src/game/client/menu2.cpp')
-rw-r--r--src/game/client/menu2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/menu2.cpp b/src/game/client/menu2.cpp
index b6394977..c3c1fdfe 100644
--- a/src/game/client/menu2.cpp
+++ b/src/game/client/menu2.cpp
@@ -1450,6 +1450,7 @@ static int popup = POPUP_NONE;
 
 void menu_do_disconnected()
 {
+	popup = POPUP_NONE;
 	if(strlen(client_error_string()))
 		popup = POPUP_DISCONNECTED;
 }