mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix compiling
This commit is contained in:
parent
31d71ddd25
commit
62c4e8a98d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user