aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authorStrangerke2013-10-15 01:07:26 +0200
committerStrangerke2013-10-15 01:07:26 +0200
commit6437179de324d60343e7a4db8696dfdc513a4956 (patch)
tree6e27c524e01c3c4dced2af2280d5080d526b8f08 /engines/avalanche/animation.h
parent597690ae9d401844a6e842654e368710d60b2fc8 (diff)
downloadscummvm-rg350-6437179de324d60343e7a4db8696dfdc513a4956.tar.gz
scummvm-rg350-6437179de324d60343e7a4db8696dfdc513a4956.tar.bz2
scummvm-rg350-6437179de324d60343e7a4db8696dfdc513a4956.zip
AVALANCHE: Get rid of SpriteInfo
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index 297f9110a8..5dbaa5afd7 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -42,7 +42,12 @@ enum Direction {
class AnimationType {
public:
- SpriteInfo _info;
+ // Former SpriteInfo structure
+ byte _xWidth;
+ byte _xLength, _yLength;
+ ManiType *_mani[24];
+ SilType *_sil[24];
+ uint16 _size; // The size of one picture.
// Former Stat structure
Common::String _name; // Name of character.