mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fixed mantis #1645
This commit is contained in:
@@ -1621,7 +1621,7 @@ void CMapLoaderH3M::readObjects()
|
||||
}
|
||||
if(nobj->ID == Obj::HERO)
|
||||
{
|
||||
logGlobal->infoStream() << "Hero: " << VLC->heroh->heroes[nobj->subID]->name << " at " << objPos;
|
||||
logGlobal->debugStream() << "Hero: " << VLC->heroh->heroes[nobj->subID]->name << " at " << objPos;
|
||||
map->heroesOnMap.push_back(static_cast<CGHeroInstance*>(nobj));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user