From e7c3c0ae918caf70f67b378743f0ede929285e42 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 20 May 2007 20:27:32 +0000 Subject: Added different target cursor sizes for monsters. Graphics for small and large cursor are provisional until better versions based on the original SVG of the medium sized one are available. --- src/monster.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/monster.cpp') diff --git a/src/monster.cpp b/src/monster.cpp index c20e12d0..687fe625 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -103,6 +103,12 @@ Monster::handleAttack(Being *victim, int damage) sound.playSfx(mi.getSound((damage > 0) ? EVENT_HIT : EVENT_MISS)); } +Being::TargetCursorSize +Monster::getTargetCursorSize() const +{ + return getInfo().getTargetCursorSize(); +} + const MonsterInfo& Monster::getInfo() const { -- cgit v1.2.3-70-g09d2