Skip to content

Commit

Permalink
fixup end of scenario saves
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed May 31, 2014
1 parent 22caf30 commit 24eab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/play_controller.cpp
Expand Up @@ -737,7 +737,7 @@ config play_controller::to_config() const
side["no_leader"] = true;
side["side"] = str_cast(side_num);

if (!linger_){
{
//current visible units
for(unit_map::const_iterator i = units_.begin(); i != units_.end(); ++i) {
if (i->side() == side_num) {
Expand Down

0 comments on commit 24eab27

Please sign in to comment.