diff options
Diffstat (limited to 'src/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index 38c38453..3b443219 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -36,7 +36,7 @@ public: virtual bool reset(); - virtual bool play(SpriteAction action); + virtual bool play(std::string action); virtual bool update(int time); |