Skip to content

Commit

Permalink
fixup 'fix [end_turn] in networked mp'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 5, 2015
1 parent 67cfeb6 commit a20378d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/playsingle_controller.cpp
Expand Up @@ -728,6 +728,9 @@ void playsingle_controller::play_ai_turn()
turn_data_.sync_network();
throw;
}
if(!should_return_to_play_side()) {
end_turn_ = END_TURN_REQUIRED;
}
turn_data_.sync_network();
gui_->recalculate_minimap();
gui_->invalidate_unit();
Expand Down

0 comments on commit a20378d

Please sign in to comment.