summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 7ab4b1d67..ad53ff729 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -124,6 +124,8 @@ class ActorManager final: public ConfigListener
*/
Being *findBeing(const BeingId id) const A_WARN_UNUSED;
+ ActorSprite *findActor(const BeingId id) const A_WARN_UNUSED;
+
/**
* Returns a being at specific coordinates.
*/