diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index a9ccba82e..c7d8c3609 100644 --- a/src/being.h +++ b/src/being.h @@ -843,6 +843,9 @@ class Being : public ActorSprite, public ConfigListener int getHitEffect(const Being *const attacker, const AttackType type, const int attackId) const; + Cursor::Cursor getHoverCursor() + { return mInfo ? mInfo->getHoverCursor() : Cursor::CURSOR_POINTER; } + static uint8_t genderToInt(const Gender sex); static Gender intToGender(uint8_t sex); |