Переглянути джерело

* fix for scenario options preview after the game is started

mateuszb 15 роки тому
батько
коміт
b52ed2aa8e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      client/CPreGame.cpp

+ 1 - 1
client/CPreGame.cpp

@@ -493,7 +493,7 @@ void CSelectionScreen::startGame()
 		StartInfo *si = new StartInfo(sInfo);
 		GH.popInt(this);
 		GH.popInt(GH.topInt());
-		curMap = NULL;
+		//curMap = NULL;
 		curOpts = NULL;
 		::startGame(si);
 	}