Ver Fonte

* fix for scenario options preview after the game is started

mateuszb há 15 anos atrás
pai
commit
b52ed2aa8e
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
 	}