- bigfixes for game data check

This commit is contained in:
Mark Vejvoda 2010-08-26 23:45:29 +00:00
parent 90f66d99bf
commit eb9b5a4ec6
1 changed files with 0 additions and 4 deletions

View File

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