Fixed replay player bug: Team1 point of view now should work - improvement

This commit is contained in:
Bartek Waresiak 2011-02-05 17:09:17 +00:00
parent 60a41ba7ed
commit 81c0091895

View file

@ -356,6 +356,8 @@ void replay_controller::update_teams(){
if (!show_team_) {
gui_->set_team(next_team - 1, show_everything_);
} else {
gui_->set_team(show_team_ - 1, show_everything_);
}
::clear_shroud(next_team);