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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/animation.h b/engines/m4/animation.h
index cffcf9f689..89c3cbbfaf 100644
--- a/engines/m4/animation.h
+++ b/engines/m4/animation.h
@@ -39,6 +39,7 @@ class SpriteSlotSubset;
class AnimMessage {
public:
+ int16 soundId;
char msg[70];
Common::Point pos;
RGB8 rgb1, rgb2;