summaryrefslogtreecommitdiff
path: root/src/animatedsprite.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-26 14:20:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-26 14:20:50 +0000
commit7f819e46b584145e2cf2ea742ced9fab0ffc233e (patch)
tree9aa8ee99a4b4dd653917155282e82e6b9a64f718 /src/animatedsprite.h
parentcc86266f4b59420a155df8c1aa01b9ce20b6585d (diff)
downloadMana-7f819e46b584145e2cf2ea742ced9fab0ffc233e.tar.gz
Mana-7f819e46b584145e2cf2ea742ced9fab0ffc233e.tar.bz2
Mana-7f819e46b584145e2cf2ea742ced9fab0ffc233e.tar.xz
Mana-7f819e46b584145e2cf2ea742ced9fab0ffc233e.zip
Made Being::mDirection protected, forcing the use of setDirection. Defaulted
variant argument to 0 since this is the most common situation. Some SpriteDef refactoring, splitting up the loading into several methods, in preparation of adding support for including other sprites.
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r--src/animatedsprite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h
index e5a435f9..dde570e2 100644
--- a/src/animatedsprite.h
+++ b/src/animatedsprite.h
@@ -51,7 +51,7 @@ class AnimatedSprite
* @param filename the file of the sprite to animate
* @param variant the sprite variant
*/
- AnimatedSprite(const std::string& filename, int variant);
+ AnimatedSprite(const std::string& filename, int variant = 0);
/**
* Destructor.