diff options
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r-- | src/animatedsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index 8b47d3af3..341212b27 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -360,7 +360,7 @@ void *AnimatedSprite::getHash() return this; } -bool AnimatedSprite::updateNumber(unsigned num) +bool AnimatedSprite::updateNumber(const unsigned num) { // TODO need store num in delayed object if it exist for future usage if (!mSprite) |