mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
* fix for scenario options preview after the game is started
This commit is contained in:
@@ -493,7 +493,7 @@ void CSelectionScreen::startGame()
|
|||||||
StartInfo *si = new StartInfo(sInfo);
|
StartInfo *si = new StartInfo(sInfo);
|
||||||
GH.popInt(this);
|
GH.popInt(this);
|
||||||
GH.popInt(GH.topInt());
|
GH.popInt(GH.topInt());
|
||||||
curMap = NULL;
|
//curMap = NULL;
|
||||||
curOpts = NULL;
|
curOpts = NULL;
|
||||||
::startGame(si);
|
::startGame(si);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user