1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Dedug tweaks

This commit is contained in:
AlexVinS
2016-02-13 17:16:00 +03:00
parent 5a92e0de2b
commit a59f0c23ce
5 changed files with 19 additions and 16 deletions

View File

@ -1852,7 +1852,7 @@ void CGameState::initMapObjects()
{
if(obj)
{
//logGlobal->traceStream() << boost::format ("Calling Init for object %d, %d") % obj->ID % obj->subID;
logGlobal->traceStream() << boost::format ("Calling Init for object %d, %s, %s") % obj->id.getNum() % obj->typeName % obj->subTypeName;
obj->initObj();
}
}