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/imagesprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imagesprite.h') diff --git a/src/imagesprite.h b/src/imagesprite.h index e51878e31..24df11aab 100644 --- a/src/imagesprite.h +++ b/src/imagesprite.h @@ -46,7 +46,7 @@ public: bool update(const int time A_UNUSED) override final { return false; } - bool draw(Graphics *const graphics, + void draw(Graphics *const graphics, const int posX, const int posY) const override final; int getWidth() const override final A_WARN_UNUSED -- cgit v1.2.3-60-g2f50