diff options
-rw-r--r-- | src/being.cpp | 2 |
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()) |