Fix bug: update TOD display when watching replay in side-by-side mode
This commit is contained in:
parent
e1b9a398f2
commit
fbce0eb484
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue