diff --git a/source/glest_game/menu/menu_state_connected_game.cpp b/source/glest_game/menu/menu_state_connected_game.cpp index ba112b5ba..4e3d7653e 100644 --- a/source/glest_game/menu/menu_state_connected_game.cpp +++ b/source/glest_game/menu/menu_state_connected_game.cpp @@ -632,9 +632,9 @@ void MenuStateConnectedGame::render() { renderer.renderMessageBox(&mainMessageBox); } - if(ftpMessageBox.getEnabled()) { - renderer.renderMessageBox(&ftpMessageBox); - } + //if(ftpMessageBox.getEnabled()) { + // renderer.renderMessageBox(&ftpMessageBox); + //} if (!initialSettingsReceivedFromServer) return; @@ -785,7 +785,7 @@ void MenuStateConnectedGame::render() { CoreData::getInstance().getDisplayFontSmall(), 350,progressLabelPrefix); - yLocation -= 100; + yLocation -= 10; } } safeMutexFTPProgress.ReleaseLock();