mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix compiling
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user