aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse_digi.h
diff options
context:
space:
mode:
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;
};