1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

* fix for scenario options preview after the game is started

This commit is contained in:
mateuszb 2010-02-25 13:51:30 +00:00
parent 0086bbbe8c
commit b52ed2aa8e

View File

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