1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +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

@ -359,8 +359,6 @@ void CGObjectInstance::readJson(const JsonNode & json)
appearance.readJson(json["template"], false);
logGlobal->debugStream() <<"Loading: [" << pos << "] " << id << " " << ID << " " << subID << " " << typeName << " " << subTypeName;
readJsonOptions(json["options"]);
}