diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 23:21:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-18 23:21:31 +0300 |
commit | b5589bc5a7f426fa067e3800db1b138852c75286 (patch) | |
tree | 1d73adc5790923a0d848754202743de29a60467f /src/animatedsprite.h | |
parent | 71ba93abb9436eabc9fed8e4e49ab5cdee47bb38 (diff) | |
download | plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.gz plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.bz2 plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.xz plus-b5589bc5a7f426fa067e3800db1b138852c75286.zip |
Rename sprites method setDirection to setSpriteDirection.
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 e8b866cb4..6ccf2419a 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -69,7 +69,7 @@ class AnimatedSprite : public Sprite const Image* getImage() const; - bool setDirection(SpriteDirection direction); + bool setSpriteDirection(SpriteDirection direction); int getNumberOfLayers() { return 1; } |