From 5141ddac4dec0848ccad716d2cd7a7eb2991744a Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Mon, 12 Jan 2009 14:03:19 +0000 Subject: refreshing the server info when loading --- src/game/client/components/menus.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client/components/menus.cpp') diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index 29372b62..54c587ef 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -981,7 +981,10 @@ void MENUS::on_statechange(int new_state, int old_state) popup = POPUP_DISCONNECTED; } } else if(new_state == CLIENTSTATE_LOADING) + { popup = POPUP_CONNECTING; + client_serverinfo_request(); + } else if(new_state == CLIENTSTATE_CONNECTING) popup = POPUP_CONNECTING; else if (new_state == CLIENTSTATE_ONLINE || new_state == CLIENTSTATE_DEMOPLAYBACK) -- cgit 1.4.1