1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix tutorial loading

This commit is contained in:
nordsoft
2023-08-20 17:58:40 +04:00
parent ef4fddd0c4
commit 989a0859ef

View File

@@ -383,8 +383,8 @@ void CMainMenu::startTutorial()
auto mapInfo = std::make_shared<CMapInfo>();
mapInfo->mapInit(tutorialMap.getName());
CSH->startMapAfterConnection(mapInfo);
CMainMenu::openLobby(ESelectionScreen::newGame, true, nullptr, ELoadMode::NONE);
CSH->startMapAfterConnection(mapInfo);
}
std::shared_ptr<CMainMenu> CMainMenu::create()