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 29, 2014
1 parent c663cdc commit 38211c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/play_controller.cpp
Expand Up @@ -749,7 +749,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 38211c1

Please sign in to comment.