mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
hide player status when joining in progress game
This commit is contained in:
parent
6e38d9b187
commit
ed00d9ad8b
@ -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<string> languageList = clientInterface->getGameSettings()->getUniqueNetworkPlayerLanguages();
|
||||
for(unsigned int i = 0; i < languageList.size(); ++i) {
|
||||
char szMsg[8096]="";
|
||||
|
Loading…
x
Reference in New Issue
Block a user