1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix compiling

This commit is contained in:
nordsoft 2023-10-10 02:39:10 +02:00
parent 31d71ddd25
commit 62c4e8a98d

View File

@ -2005,11 +2005,12 @@ int CMapLoaderH3M::readQuest(IQuestObject * guard, const int3 & position)
{
guard->quest->primary[x] = reader->readUInt8();
}
break;
}
break;
case EQuestMission::LEVEL:
{
guard->quest->heroLevel = reader->readUInt32();
break;
}
case EQuestMission::KILL_HERO:
case EQuestMission::KILL_CREATURE: