1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-24 03:47:18 +02:00

Remove log for Seer Huts.

This commit is contained in:
DjWarmonger 2016-02-06 15:11:56 +01:00
parent 6f5706352d
commit 441c94d56c

View File

@ -2073,13 +2073,6 @@ void CRmgTemplateZone::placeObject(CMapGenerator* gen, CGObjectInstance* object,
gen->setNearestObjectDistance(tile, std::min<float>(d, gen->getNearestObjectDistance(tile)));
}
}
if (object->ID == Obj::SEER_HUT) //debug
{
CGSeerHut * sh = dynamic_cast<CGSeerHut *>(object);
auto artid = sh->quest->m5arts.front();
logGlobal->warnStream() << boost::format("Placed Seer Hut at %s, quest artifact %d is %s") % object->pos % artid % VLC->arth->artifacts[artid]->Name();
}
switch (object->ID)
{