1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Tutorial load game mode

This commit is contained in:
nordsoft
2023-08-09 15:29:48 +04:00
parent 04c0124759
commit f4869cbfb0
4 changed files with 9 additions and 4 deletions

View File

@@ -682,7 +682,7 @@ int CServerHandler::howManyPlayerInterfaces()
ui8 CServerHandler::getLoadMode()
{
if(state == EClientState::GAMEPLAY)
if(loadMode != ELoadMode::TUTORIAL && state == EClientState::GAMEPLAY)
{
if(si->campState)
return ELoadMode::CAMPAIGN;