aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/animation.h')
-rw-r--r--engines/m4/animation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/m4/animation.h b/engines/m4/animation.h
index 89c3cbbfaf..135618d7e2 100644
--- a/engines/m4/animation.h
+++ b/engines/m4/animation.h
@@ -40,12 +40,12 @@ class SpriteSlotSubset;
class AnimMessage {
public:
int16 soundId;
- char msg[70];
+ char msg[64];
Common::Point pos;
RGB8 rgb1, rgb2;
- int kernelMsgIndex;
-
+ uint16 flags;
int startFrame, endFrame;
+ int kernelMsgIndex;
};
class AnimFrameEntry {