Forget to use 1.9.2 limit in previous @deprecated
This commit is contained in:
parent
df8ae3cf2b
commit
61b75c7148
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ connect::side::side(connect& parent, const config& cfg, int index) :
|
|||
gold_lock_(cfg["gold_lock"].to_bool()),
|
||||
income_lock_(cfg["income_lock"].to_bool()),
|
||||
team_lock_(cfg["team_lock"].to_bool()),
|
||||
///@deprecated "colour_lock" instead of "color_lock" in [side]
|
||||
///@deprecated 1.9.2 "colour_lock" instead of "color_lock" in [side]
|
||||
color_lock_(cfg.get_old_attribute("color_lock","colour_lock").to_bool()),
|
||||
player_number_(parent.video(), str_cast(index + 1), font::SIZE_LARGE, font::LOBBY_COLOR),
|
||||
combo_controller_(new gui::combo_drag(parent.disp(), parent.player_types_, parent.combo_control_group_)),
|
||||
|
|
Loading…
Add table
Reference in a new issue