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, 2 insertions, 1 deletions
diff --git a/engines/agi/sound.h b/engines/agi/sound.h
index f1c2782421..9b71ac388e 100644
--- a/engines/agi/sound.h
+++ b/engines/agi/sound.h
@@ -468,10 +468,11 @@ private:
int _playingSound;
uint8 _env;
- int16 *_sndBuffer;
+ int16 _sndBuffer[BUFFER_SIZE];
const int16 *_waveform;
void premixerCall(int16 *buf, uint len);
+ void fillAudio(void *udata, int16 *stream, uint len);
public:
void unloadSound(int);