fix overlapping dialog bug if internet connection is to slow during game
start
This commit is contained in:
@@ -1315,6 +1315,11 @@ void gameLobbyDialogImpl::showWaitStartGameMsgBox()
|
||||
}
|
||||
}
|
||||
|
||||
void gameLobbyDialogImpl::hideWaitStartGameMsgBox()
|
||||
{
|
||||
waitStartGameMsgBox->hide();
|
||||
}
|
||||
|
||||
void gameLobbyDialogImpl::joinAnyGameButtonRefresh()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user