1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Cleared up comments

This commit is contained in:
Ivan Savenko
2022-11-30 17:36:55 +02:00
parent 36ae26bc37
commit 79c96e94fa
2 changed files with 11 additions and 2 deletions

View File

@ -44,6 +44,9 @@ void CTownInstanceConstructor::initTypeData(const JsonNode & input)
});
filtersJson = input["filters"];
// change scope of "filters" to scope of object that is being loaded
// since this filters require to resolve building ID's
filtersJson.setMeta(input["faction"].meta);
}