1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Final stabilization changes

This commit is contained in:
Ivan Savenko
2022-12-21 00:04:39 +02:00
parent 99745b5c3c
commit 4e4dae854f
4 changed files with 26 additions and 42 deletions

View File

@@ -285,9 +285,6 @@ void ObjectTemplate::readJson(const JsonNode &node, const bool withTerrain)
anyTerrain = true;
}
if(withTerrain && allowedTerrains.empty())
logGlobal->warn("Loaded template %s without allowed terrains!", animationFile);
auto charToTile = [&](const char & ch) -> ui8
{
switch (ch)