summaryrefslogtreecommitdiff
path: root/src/beingmanager.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-11 14:12:30 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-11 14:12:30 +0000
commitb50649ee5e28511df72cc3a08023747727c5b6f0 (patch)
tree1f1408b4550e70388ed1103747f973dbe77670f5 /src/beingmanager.h
parent760967f3c0dae0c352568a2865c57679559806fa (diff)
downloadMana-b50649ee5e28511df72cc3a08023747727c5b6f0.tar.gz
Mana-b50649ee5e28511df72cc3a08023747727c5b6f0.tar.bz2
Mana-b50649ee5e28511df72cc3a08023747727c5b6f0.tar.xz
Mana-b50649ee5e28511df72cc3a08023747727c5b6f0.zip
Players now need to
click on the monster sprites rather than the tile. Players will now move to the target before attacking it.
Diffstat (limited to 'src/beingmanager.h')
-rw-r--r--src/beingmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/beingmanager.h b/src/beingmanager.h
index a9d0db35..d001c377 100644
--- a/src/beingmanager.h
+++ b/src/beingmanager.h
@@ -67,6 +67,7 @@ class BeingManager
* Return a being at specific coordinates.
*/
Being* findBeing(Uint16 x, Uint16 y, Being::Type type = Being::UNKNOWN);
+ Being* findBeingByPixel(Uint16 x, Uint16 y);
/**
* Return a being nearest to specific coordinates.