fix map_file=

This commit is contained in:
gfgtdf 2020-07-22 15:15:00 +02:00 committed by GitHub
parent 17b5d5420e
commit 67b4fb9ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,6 +445,7 @@ static void inherit_scenario(config& scenario, config& map_scenario)
config sides;
sides.splice_children(map_scenario, "side");
scenario.append_children(map_scenario);
scenario.inherit_attributes(map_scenario);
for(config& side_from : sides.child_range("side")) {
config& side_to = scenario.find_child("side", "side", side_from["side"]);
if(side_to) {