1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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(); guard->quest->primary[x] = reader->readUInt8();
} }
break;
} }
break;
case EQuestMission::LEVEL: case EQuestMission::LEVEL:
{ {
guard->quest->heroLevel = reader->readUInt32(); guard->quest->heroLevel = reader->readUInt32();
break;
} }
case EQuestMission::KILL_HERO: case EQuestMission::KILL_HERO:
case EQuestMission::KILL_CREATURE: case EQuestMission::KILL_CREATURE: