From eb9b5a4ec635e531c0eac6d6a43af18e7cf48874 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 26 Aug 2010 23:45:29 +0000 Subject: [PATCH] - bigfixes for game data check --- source/glest_game/menu/menu_state_custom_game.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/glest_game/menu/menu_state_custom_game.cpp b/source/glest_game/menu/menu_state_custom_game.cpp index ed05c6db..bc152624 100644 --- a/source/glest_game/menu/menu_state_custom_game.cpp +++ b/source/glest_game/menu/menu_state_custom_game.cpp @@ -1036,10 +1036,6 @@ void MenuStateCustomGame::update() { if(connectionSlot != NULL && connectionSlot->getNetworkGameDataSynchCheckOkMap() == false) { label = label + " map"; - string lastMapDataSynchError; - string lastMapTileDataSynchError; - string lastTechtreeDataSynchError; - if(connectionSlot->getReceivedDataSynchCheck() == true && lastMapDataSynchError != "map CRC mismatch, " + listBoxMap.getSelectedItem()) { lastMapDataSynchError = "map CRC mismatch, " + listBoxMap.getSelectedItem();