mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Fixed #1024
This commit is contained in:
@ -571,12 +571,13 @@ int Mapa::loadSeerHut( const ui8 * bufor, int i, CGObjectInstance *& nobj )
|
|||||||
if (artID != 255) //not none quest
|
if (artID != 255) //not none quest
|
||||||
{
|
{
|
||||||
hut->m5arts.push_back (artID);
|
hut->m5arts.push_back (artID);
|
||||||
hut->missionType = 5;
|
hut->missionType = CQuest::MISSION_ART;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
hut->missionType = 0; //no mission
|
hut->missionType = CQuest::MISSION_NONE; //no mission
|
||||||
}
|
}
|
||||||
|
hut->lastDay = -1; //no timeout
|
||||||
hut->isCustomFirst = hut->isCustomNext = hut->isCustomComplete = false;
|
hut->isCustomFirst = hut->isCustomNext = hut->isCustomComplete = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user