aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/assets.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-07-06 11:33:09 +0000
committerPaul Gilbert2010-07-06 11:33:09 +0000
commitc89fe5f6d56b6d6e11b7d642e85633bc86098ce8 (patch)
tree47c8ae8910e1bbbf654f60e68caa93ed750d3bdc /engines/m4/assets.h
parent3f7dc9e0e2e4d043b2234b7b66981e16eb8a84b1 (diff)
downloadscummvm-rg350-c89fe5f6d56b6d6e11b7d642e85633bc86098ce8.tar.gz
scummvm-rg350-c89fe5f6d56b6d6e11b7d642e85633bc86098ce8.tar.bz2
scummvm-rg350-c89fe5f6d56b6d6e11b7d642e85633bc86098ce8.zip
Added support for idle character animations
svn-id: r50723
Diffstat (limited to 'engines/m4/assets.h')
-rw-r--r--engines/m4/assets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/assets.h b/engines/m4/assets.h
index e9902d8aa6..3ae7fb2e22 100644
--- a/engines/m4/assets.h
+++ b/engines/m4/assets.h
@@ -106,8 +106,8 @@ class MadsSpriteSetCharInfo {
public:
MadsSpriteSetCharInfo(Common::SeekableReadStream *s);
- int _frameNumber;
- int _hasIdling;
+ int _totalFrames;
+ int _numEntries;
int _frameList2[16];
int _frameList[16];
int _ticksList[16];