Skip to content

Commit

Permalink
Save the facing of the units to the scenario file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 9, 2014
1 parent 03a455e commit efec080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/map/map_context.cpp
Expand Up @@ -487,6 +487,7 @@ config map_context::to_config()
u["id"] = i->id();
u["name"] = i->name();
u["extra_recruit"] = utils::join(i->recruits());
u["facing"] = map_location::write_direction(i->facing());
}
}
}
Expand Down

0 comments on commit efec080

Please sign in to comment.