diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index 29b735956..b08cba443 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -900,12 +900,12 @@ class Being : public ActorSprite, public ConfigListener NextSoundInfo mNextSound; - protected: /** * Sets the new path for this being. */ void setPath(const Path &path); + protected: /** * Updates name's location. */ |