aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/sound.h')
-rw-r--r--engines/agi/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/agi/sound.h b/engines/agi/sound.h
index 9b71ac388e..f1c2782421 100644
--- a/engines/agi/sound.h
+++ b/engines/agi/sound.h
@@ -468,11 +468,10 @@ private:
int _playingSound;
uint8 _env;
- int16 _sndBuffer[BUFFER_SIZE];
+ int16 *_sndBuffer;
const int16 *_waveform;
void premixerCall(int16 *buf, uint len);
- void fillAudio(void *udata, int16 *stream, uint len);
public:
void unloadSound(int);