remove unneeded recalculate_labels() on [change_controller]
This is already done when gui_->set_team() is called by update_viewing_player()
This commit is contained in:
parent
1453142579
commit
730f9bc661
1 changed files with 0 additions and 2 deletions
|
@ -650,8 +650,6 @@ void playmp_controller::process_network_change_controller_impl(const config& cha
|
|||
|
||||
get_whiteboard()->on_change_controller(side,tm);
|
||||
|
||||
display::get_singleton()->labels().recalculate_labels();
|
||||
|
||||
player_type_changed_ |= game_display::get_singleton()->playing_side() == side && (was_local || tm.is_local());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue