about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-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;
 }