Forget to use 1.9.2 limit in previous @deprecated

This commit is contained in:
Ali El Gariani 2010-07-27 02:21:51 +00:00
parent df8ae3cf2b
commit 61b75c7148

View file

@ -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_)),