From b5589bc5a7f426fa067e3800db1b138852c75286 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Apr 2011 23:21:31 +0300 Subject: Rename sprites method setDirection to setSpriteDirection. --- src/animatedsprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/animatedsprite.cpp') 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) { -- cgit v1.2.3-60-g2f50