2
0
Эх сурвалжийг харах

* fix for scenario options preview after the game is started

mateuszb 15 жил өмнө
parent
commit
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);
 	}