summaryrefslogtreecommitdiff
path: root/src/animatedsprite.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-27 14:55:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-09-27 14:55:06 +0000
commit3a3789a2c8cca53ece5ede1de9ee6d96707c76fc (patch)
treee88a2970e6d4bd9f6dfa89360629c771533cbf35 /src/animatedsprite.h
parent82182aeb9eacb3a6e10e34b34b46ef63222ecd7d (diff)
downloadmana-client-3a3789a2c8cca53ece5ede1de9ee6d96707c76fc.tar.gz
mana-client-3a3789a2c8cca53ece5ede1de9ee6d96707c76fc.tar.bz2
mana-client-3a3789a2c8cca53ece5ede1de9ee6d96707c76fc.tar.xz
mana-client-3a3789a2c8cca53ece5ede1de9ee6d96707c76fc.zip
Some formatting changes to align with the 0.0 branch.
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r--src/animatedsprite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h
index 42c0a743..d77d08f5 100644
--- a/src/animatedsprite.h
+++ b/src/animatedsprite.h
@@ -117,7 +117,6 @@ class AnimatedSprite
Action *mAction; /**< The currently active action. */
Animation *mAnimation; /**< The currently active animation. */
Frame *mFrame; /**< The currently active frame. */
- std::string mAnimationFile;
};
#endif