From 14d7b12e9e3be7534d6c3683fd391eb28f95cd77 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 14 Mar 2016 00:23:01 +0300 Subject: Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSprites. --- src/being/flooritem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/flooritem.cpp') diff --git a/src/being/flooritem.cpp b/src/being/flooritem.cpp index 3dd5e3371..72f30998e 100644 --- a/src/being/flooritem.cpp +++ b/src/being/flooritem.cpp @@ -193,7 +193,7 @@ void FloorItem::draw(Graphics *const graphics, const int px = getActorX() + offsetX; const int py = getActorY() + offsetY; - CompoundSprite::draw(graphics, px, py); + CompoundSprite::drawSimple(graphics, px, py); if (mHighlight) { -- cgit v1.2.3-60-g2f50