diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index c6fd63ed..a7ba29fc 100644 --- a/src/being.h +++ b/src/being.h @@ -468,6 +468,11 @@ class Being : public ActorSprite, public EventListener void updateColors(); + /** + * Gets the advised Y chat text position. + */ + int getSpeechTextYPosition() const; + BeingInfo *mInfo; int mActionTime; /**< Time spent in current action. TODO: Remove use of it */ |