- attempt a very simple fix for Cold's connection delay

This commit is contained in:
Mark Vejvoda 2012-07-10 20:26:41 +00:00
parent a97f8ead7e
commit 2c6cd02f32

View File

@ -630,6 +630,7 @@ void MenuStateJoinGame::connectToServer() {
//update lobby
clientInterface->updateLobby();
sleep(0);
this->render();
}
}
if( clientInterface->isConnected() == true &&