aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-09-01 13:43:22 +0000
committerPaweł Kołodziejski2003-09-01 13:43:22 +0000
commit743a3fbdaff119eb2aa9461e92d188f7a1ed7cfb (patch)
tree4ca3e7d2a83663ade075a05056aa64d6c01964f3 /scumm/imuse_digi.h
parente6a0261c7e599abbe95ffef44bcebc3b38e2cb73 (diff)
downloadscummvm-rg350-743a3fbdaff119eb2aa9461e92d188f7a1ed7cfb.tar.gz
scummvm-rg350-743a3fbdaff119eb2aa9461e92d188f7a1ed7cfb.tar.bz2
scummvm-rg350-743a3fbdaff119eb2aa9461e92d188f7a1ed7cfb.zip
added sound handle stuff to mixer streams
svn-id: r9956
Diffstat (limited to 'scumm/imuse_digi.h')
-rw-r--r--scumm/imuse_digi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/imuse_digi.h b/scumm/imuse_digi.h
index 1c4a854890..915b1751e3 100644
--- a/scumm/imuse_digi.h
+++ b/scumm/imuse_digi.h
@@ -24,6 +24,7 @@
#define IMUSE_DIGI_H
#include "common/scummsys.h"
+#include "sound/mixer.h"
#define MAX_DIGITAL_CHANNELS 8
#define MAX_IMUSE_JUMPS 1
@@ -69,7 +70,7 @@ private:
int _idSound;
int32 _mixerSize;
int _mixerFlags;
- int _mixerChannel;
+ PlayingSoundHandle _mixerChannel;
bool _used;
bool _toBeRemoved;
};