浏览代码

* 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);
 	}