1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Merge pull request #2623 from Nordsoft91/tutorial

This commit is contained in:
Nordsoft91
2023-08-20 23:20:27 +04:00
committed by GitHub

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()