aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/assets.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-28 20:23:25 -0400
committerPaul Gilbert2014-03-28 20:23:25 -0400
commit49278129f6efffaa531ad29d32119d4ab83f3108 (patch)
treeac4d090155ad29f31c69511a4b93b84481939c4e /engines/mads/assets.h
parent5abec8506bc1e6ad5617544b76bd2cc4f42dcc5b (diff)
downloadscummvm-rg350-49278129f6efffaa531ad29d32119d4ab83f3108.tar.gz
scummvm-rg350-49278129f6efffaa531ad29d32119d4ab83f3108.tar.bz2
scummvm-rg350-49278129f6efffaa531ad29d32119d4ab83f3108.zip
MADS: Cleanup of Player::updateFrame
Diffstat (limited to 'engines/mads/assets.h')
-rw-r--r--engines/mads/assets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/assets.h b/engines/mads/assets.h
index b5b351242d..54417f84ff 100644
--- a/engines/mads/assets.h
+++ b/engines/mads/assets.h
@@ -48,8 +48,8 @@ public:
int _totalFrames;
int _numEntries;
- int _frameList2[16];
- int _frameList[16];
+ int _startFrames[16];
+ int _stopFrames[16];
int _ticksList[16];
int _velocity;
int _ticksAmount;