get_resting -> is_resting
This commit is contained in:
parent
9addc72adb
commit
a1cf9c00a6
2 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ void unit::set_resting(bool resting)
|
|||
resting_ = resting;
|
||||
}
|
||||
|
||||
bool get_resting() const
|
||||
bool is_resting() const
|
||||
{
|
||||
return resting_;
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue