1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Fixed single map victory crash

This commit is contained in:
Dydzio
2019-03-29 22:01:51 +01:00
parent ec536e613c
commit 97869fc36f
4 changed files with 10 additions and 2 deletions

View File

@ -352,7 +352,7 @@ std::shared_ptr<CMainMenu> CMainMenu::create()
if(!CMM)
CMM = std::shared_ptr<CMainMenu>(new CMainMenu());
GH.terminate_cond->set(false);
GH.terminate_cond->setn(false);
return CMM;
}