attempt to fix saves from replay

https://gna.org/bugs/23310
This commit is contained in:
gfgtdf 2015-10-19 03:11:25 +02:00
parent 4534767b37
commit 8f770ba95b

View file

@ -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_) {