summaryrefslogtreecommitdiff
path: root/src/animatedsprite.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-11-24 04:08:24 +0300
committerAndrei Karas <akaras@inbox.ru>2011-11-24 04:08:24 +0300
commitf8cd17e234018066b03b995e92a09981d3d927f8 (patch)
treeff8154b61e36fad574b0de2e8b042336f3a17666 /src/animatedsprite.cpp
parent8e5861c3cfd41574351547a1a518efcf9007666a (diff)
downloadplus-f8cd17e234018066b03b995e92a09981d3d927f8.tar.gz
plus-f8cd17e234018066b03b995e92a09981d3d927f8.tar.bz2
plus-f8cd17e234018066b03b995e92a09981d3d927f8.tar.xz
plus-f8cd17e234018066b03b995e92a09981d3d927f8.zip
Remove some debug messages and old comments.
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r--src/animatedsprite.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp
index 4143cb47a..5277ddf33 100644
--- a/src/animatedsprite.cpp
+++ b/src/animatedsprite.cpp
@@ -53,7 +53,6 @@ AnimatedSprite::AnimatedSprite(SpriteDef *sprite):
mSprite->incRef();
// Play the stand animation by default
- //+++ need get num?
play(SpriteAction::STAND);
}