summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/sprite/animatedsprite.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sprite/animatedsprite.h b/src/resources/sprite/animatedsprite.h
index 83c3273c5..259b6fe84 100644
--- a/src/resources/sprite/animatedsprite.h
+++ b/src/resources/sprite/animatedsprite.h
@@ -65,7 +65,8 @@ class AnimatedSprite final : public Sprite
bool reset() restrict2 override final;
- bool play(const std::string &restrict action) restrict2 override final;
+ bool play(const std::string &restrict spriteAction)
+ restrict2 override final;
bool update(const int time) restrict2 override final;