diff options
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index e5a435f9..dde570e2 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -51,7 +51,7 @@ class AnimatedSprite * @param filename the file of the sprite to animate * @param variant the sprite variant */ - AnimatedSprite(const std::string& filename, int variant); + AnimatedSprite(const std::string& filename, int variant = 0); /** * Destructor. |