1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Better names for terrain parameters. Support for new movement sounds.

This commit is contained in:
Ivan Savenko
2022-12-21 00:45:35 +02:00
parent 4e4dae854f
commit 64885bdf6b
21 changed files with 121 additions and 150 deletions

View File

@@ -213,7 +213,7 @@ void CGObjectInstance::setType(si32 ID, si32 subID)
}
else
{
logGlobal->warn("Object %d:%d at %s has no templates suitable for terrain %s", ID, subID, visitablePos().toString(), tile.terType->name);
logGlobal->warn("Object %d:%d at %s has no templates suitable for terrain %s", ID, subID, visitablePos().toString(), tile.terType->identifier);
appearance = handler->getTemplates()[0]; // get at least some appearance since alternative is crash
}