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/simpleanimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simpleanimation.h') diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 3e382c9f6..c78b5009c 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -63,7 +63,7 @@ class SimpleAnimation final bool update(const int timePassed); - bool draw(Graphics *const graphics, + void draw(Graphics *const graphics, const int posX, const int posY) const; /** -- cgit v1.2.3-60-g2f50