diff --git a/source/glest_game/menu/menu_state_connected_game.cpp b/source/glest_game/menu/menu_state_connected_game.cpp index 19f1accc7..d963f070a 100644 --- a/source/glest_game/menu/menu_state_connected_game.cpp +++ b/source/glest_game/menu/menu_state_connected_game.cpp @@ -554,7 +554,8 @@ MenuStateConnectedGame::MenuStateConnectedGame(Program *program, MainMenu *mainM ClientInterface *clientInterface = networkManager.getClientInterface(); if(clientInterface != NULL && clientInterface->getJoinGameInProgress() == true) { - Lang &lang= Lang::getInstance(); + listBoxPlayerStatus.setVisible(false); + Lang &lang= Lang::getInstance(); const vector languageList = clientInterface->getGameSettings()->getUniqueNetworkPlayerLanguages(); for(unsigned int i = 0; i < languageList.size(); ++i) { char szMsg[8096]="";