aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-14 12:12:25 +0000
committerPaweł Kołodziejski2002-09-14 12:12:25 +0000
commitfb91bdd21ddfb3cbb955f1b9749bb21fcedfbd0e (patch)
tree85f89f1a386794d7d48c8ada37840e921a2b0223 /sound/mixer.h
parent1816e4d7a3134e9b0078e123af67937c623e2c71 (diff)
downloadscummvm-rg350-fb91bdd21ddfb3cbb955f1b9749bb21fcedfbd0e.tar.gz
scummvm-rg350-fb91bdd21ddfb3cbb955f1b9749bb21fcedfbd0e.tar.bz2
scummvm-rg350-fb91bdd21ddfb3cbb955f1b9749bb21fcedfbd0e.zip
fixed stream in mixer, not completed yet - bad wrap around.
svn-id: r4940
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 907e73e124..48e0b6b5c4 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -73,11 +73,13 @@ private:
SoundMixer * _mixer;
byte * _ptr;
byte * _endOfData;
+ byte * _endOfBuffer;
byte * _pos;
uint32 _fpSpeed;
uint32 _fpPos;
uint32 _bufferSize;
uint32 _rate;
+ uint32 _timeOut;
byte _flags;
public: