From 94862e26719de5b4f141c781e7d182988728d17f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 9 Jan 2011 05:59:35 +0000 Subject: [PATCH] - attempt to make ftp messagebox appear on top --- source/glest_game/menu/menu_state_connected_game.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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();