get_resting -> is_resting

This commit is contained in:
uid67456 2004-02-18 10:46:16 +00:00
parent 9addc72adb
commit a1cf9c00a6
2 changed files with 2 additions and 2 deletions

View file

@ -272,7 +272,7 @@ void unit::set_resting(bool resting)
resting_ = resting;
}
bool get_resting() const
bool is_resting() const
{
return resting_;
}

View file

@ -63,7 +63,7 @@ public:
void new_level();
void set_resting(bool resting);
bool get_resting() const;
bool is_resting() const;
bool gets_hit(int damage);
void heal();