diff options
Diffstat (limited to 'src/sprite.h')
-rw-r--r-- | src/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sprite.h b/src/sprite.h index cce41f1d..38db8b41 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -43,7 +43,7 @@ class Sprite * * @returns true if the sprite changed, false otherwise */ - virtual bool play(SpriteAction action) = 0; + virtual bool play(std::string action) = 0; /** * Inform the animation of the passed time so that it can output the |