diff options
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index ea661d94..e87a9885 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -88,11 +88,10 @@ class AnimatedSprite reset(); /** - * Plays an action using the current direction that will have a - * duration of the specified time, 0 means default. + * Plays an action using the current direction */ void - play(SpriteAction action, int time = 0); + play(SpriteAction action); /** * Inform the animation of the passed time so that it can output the |