Fixed a compiler warning.

This commit is contained in:
Sergey Popov 2010-02-24 00:29:01 +00:00
parent cb8eea4e75
commit 0d54600e75

View file

@ -164,7 +164,6 @@ public:
bool income_lock_;
bool team_lock_;
bool colour_lock_;
bool allow_changes_;
// Widgets for this side
gui::label player_number_;
@ -182,6 +181,7 @@ public:
gui::label label_income_;
bool allow_player_;
bool allow_changes_;
bool enabled_;
bool changed_;
leader_list_manager llm_;