From 782f694b69a544ba1135148ce38dcd080e6a908a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Sep 2013 02:34:14 +0300 Subject: call correct setMap from Being class. --- src/being/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/being/being.cpp b/src/being/being.cpp index 645a71dac..82e4da2f9 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -3076,7 +3076,7 @@ void Being::setTileCoords(const int x, const int y) void Being::setMap(Map *const map) { - Actor::setMap(map); + ActorSprite::setMap(map); if (mMap) mOffsetY = mMap->getHeightOffset(mX, mY); } -- cgit v1.2.3-60-g2f50