diff options
Diffstat (limited to 'src/being/being.h')
-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 78f0ec65c..06264b1d5 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -877,7 +877,7 @@ class Being notfinal : public ActorSprite, const int attackId, const int level) const restrict2 A_WARN_UNUSED; - Cursor::Cursor getHoverCursor() const restrict2 A_WARN_UNUSED + CursorT getHoverCursor() const restrict2 A_WARN_UNUSED { return mInfo ? mInfo->getHoverCursor() : Cursor::CURSOR_POINTER; } void addAfkEffect() restrict2; |