diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/monster.h b/src/monster.h index 9bb8e3b9..843c3fc8 100644 --- a/src/monster.h +++ b/src/monster.h @@ -40,8 +40,7 @@ class Monster : public Being virtual void setSubtype(Uint16 subtype); - virtual TargetCursorSize - getTargetCursorSize() const; + virtual TargetCursorSize getTargetCursorSize() const; /** * Handles an attack of another being by this monster. Plays a hit or |