summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 48e29258..a307ddc1 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -1201,7 +1201,7 @@ void Being::event(Event::Channel channel, const Event &event)
void Being::setMap(Map *map)
{
- Actor::setMap(map);
+ ActorSprite::setMap(map);
// Recalculate pixel/tick speed
if (map && !mMoveSpeed.isNull())