diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-13 23:24:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-08-13 23:24:50 +0000 |
commit | 9e6862623370f53d1b78e4bd167152b840e28884 (patch) | |
tree | 21071f17a775b101163dabc31e6aeefedf199c12 /src/animatedsprite.h | |
parent | afc770043be553998555e9ac1cffca68dc482d48 (diff) | |
download | Mana-9e6862623370f53d1b78e4bd167152b840e28884.tar.gz Mana-9e6862623370f53d1b78e4bd167152b840e28884.tar.bz2 Mana-9e6862623370f53d1b78e4bd167152b840e28884.tar.xz Mana-9e6862623370f53d1b78e4bd167152b840e28884.zip |
Verify the gender to prevent crashing when something is wrong with the communication.
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 89394d6c..b73bdb5c 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -173,6 +173,7 @@ class AnimatedSprite SpriteDirection mDirection; int mLastTime; float mSpeed; + std::string mAnimationFile; }; #endif |