aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/soundmixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/sound/soundmixer.h')
-rw-r--r--engines/gob/sound/soundmixer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gob/sound/soundmixer.h b/engines/gob/sound/soundmixer.h
index 20376b5152..9e66c474e9 100644
--- a/engines/gob/sound/soundmixer.h
+++ b/engines/gob/sound/soundmixer.h
@@ -62,11 +62,9 @@ protected:
Common::Mutex _mutex;
bool _16bit;
- int _shift;
bool _end;
- int8 *_data8;
- int16 *_data16;
+ byte *_data;
uint32 _length;
uint32 _rate;
int32 _freq;