fix map_file=
This commit is contained in:
parent
17b5d5420e
commit
67b4fb9ce0
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue