From 00f5817db0bc1ea08f623e701c195f526f1263fd Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 3 Dec 2007 18:47:29 +0000 Subject: fixed map crc checking --- src/game/client/menu2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/menu2.cpp') 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; } -- cgit 1.4.1