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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user