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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user