aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/sounddesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound/sounddesc.h')
-rw-r--r--engines/gob/sound/sounddesc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/sound/sounddesc.h b/engines/gob/sound/sounddesc.h
index fe1da14760..83efd61e6d 100644
--- a/engines/gob/sound/sounddesc.h
+++ b/engines/gob/sound/sounddesc.h
@@ -48,6 +48,7 @@ public:
int16 _frequency;
int16 _flag;
int16 _id;
+ byte _mixerFlags;
byte *getData() { return _dataPtr; }