Skip to content

Commit

Permalink
attempt to fix saves from replay
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Oct 19, 2015
1 parent 4534767 commit 8f770ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/replay_controller.cpp
Expand Up @@ -486,6 +486,7 @@ void replay_controller::play_side(){
current_turn_++;
gui_->new_turn();
}
init_side_done_ = false;

// This is necessary for replays in order to show possible movements.
BOOST_FOREACH(unit &u, units_) {
Expand Down

0 comments on commit 8f770ba

Please sign in to comment.