Fix bug: update TOD display when watching replay in side-by-side mode

This commit is contained in:
Bartek Waresiak 2011-02-05 15:15:26 +00:00
parent e1b9a398f2
commit fbce0eb484

View file

@ -331,6 +331,7 @@ void replay_controller::play_side(const unsigned int /*team_index*/, bool){
finish_turn();
player_number_ = 1;
current_turn_++;
gui_->new_turn();
}
update_teams();