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();