aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound.h
diff options
context:
space:
mode:
authorKari Salminen2008-08-13 11:36:45 +0000
committerKari Salminen2008-08-13 11:36:45 +0000
commitf69cc559b9d35526b25ac76bcc82046471b39d06 (patch)
tree215371ddf5fac40025da8e5bb30a413cab0eb27a /engines/agi/sound.h
parent9b8665fa85ae2a65d448ad9dba06dd27455f48d1 (diff)
downloadscummvm-rg350-f69cc559b9d35526b25ac76bcc82046471b39d06.tar.gz
scummvm-rg350-f69cc559b9d35526b25ac76bcc82046471b39d06.tar.bz2
scummvm-rg350-f69cc559b9d35526b25ac76bcc82046471b39d06.zip
Reverted r33815 (But not r33816).
svn-id: r33819
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);