diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index de1203662..a7355a929 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -56,7 +56,7 @@ class SimpleAnimation int getLength() const; - void update(int timePassed); + bool update(int timePassed); bool draw(Graphics *graphics, int posX, int posY) const; |