From 36de2c64d6bba077775360c9c0d681f0a096ffc3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Dec 2013 17:18:04 +0300 Subject: chnage return values for draw functions from bool to void. --- src/flooritem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flooritem.h') diff --git a/src/flooritem.h b/src/flooritem.h index 2d825b310..4078fbaff 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -55,7 +55,7 @@ class FloorItem final : public ActorSprite Type getType() const override final A_WARN_UNUSED { return FLOOR_ITEM; } - bool draw(Graphics *const graphics, + void draw(Graphics *const graphics, const int offsetX, const int offsetY) const override final; /** -- cgit v1.2.3-60-g2f50