diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index 08ac81e9e..e20db69f4 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -412,6 +412,8 @@ class Being : public ActorSprite, public ConfigListener */ virtual void logic() override; + void petLogic(); + /** * Draws the speech text above the being. */ |