summaryrefslogtreecommitdiff
path: root/src/animatedsprite.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-18 23:21:31 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-18 23:21:31 +0300
commitb5589bc5a7f426fa067e3800db1b138852c75286 (patch)
tree1d73adc5790923a0d848754202743de29a60467f /src/animatedsprite.cpp
parent71ba93abb9436eabc9fed8e4e49ab5cdee47bb38 (diff)
downloadplus-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.cpp')
-rw-r--r--src/animatedsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp
index 61223a876..f58ef62cc 100644
--- a/src/animatedsprite.cpp
+++ b/src/animatedsprite.cpp
@@ -229,7 +229,7 @@ bool AnimatedSprite::draw(Graphics *graphics, int posX, int posY) const
posY + mFrame->offsetY);
}
-bool AnimatedSprite::setDirection(SpriteDirection direction)
+bool AnimatedSprite::setSpriteDirection(SpriteDirection direction)
{
if (mDirection != direction)
{