aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 7d5a313131..7f366e83dd 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -102,7 +102,7 @@ public: // Used by createSound()
int priority;
int sbngBlock;
int soundVars[27];
- } _heChannel[9];
+ } _heChannel[8];
public:
Audio::SoundHandle _talkChannelHandle; // Handle of mixer channel actor is talking on
@@ -143,6 +143,7 @@ public:
// HE specific
bool getHEMusicDetails(int id, int &musicOffs, int &musicSize);
+ int findFreeSoundChannel();
int isSoundCodeUsed(int sound);
int getSoundPos(int sound);
int getSoundVar(int sound, int var);