oops forget to commit a file, thanks shadow_master

This commit is contained in:
Ali El Gariani 2009-03-10 00:10:13 +00:00
parent 8ac8e8496b
commit 43d1fac044

View file

@ -225,7 +225,7 @@ public:
bool loyal() const {return cfg_["upkeep"]=="loyal"; }
void set_hidden(bool state);
bool get_hidden() { return hidden_; };
bool get_hidden() const { return hidden_; };
bool is_flying() const { return flying_; }
bool is_fearless() const { return is_fearless_; }
bool is_healthy() const { return is_healthy_; }