aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index d86b7c5c45..88bf463d92 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -85,6 +85,7 @@ protected:
int16 _currentMusic;
public:
SoundHandle _talkChannelHandle; // Handle of mixer channel actor is talking on
+ SoundHandle _heSoundChannels[8];
bool _soundsPaused;
byte _sfxMode;
@@ -100,6 +101,7 @@ public:
void startTalkSound(uint32 offset, uint32 b, int mode, SoundHandle *handle = NULL);
void stopTalkSound();
bool isMouthSyncOff(uint pos);
+ int getSoundElapsedTime(int sound) const;
int isSoundRunning(int sound) const;
bool isSoundInUse(int sound) const;
void stopSound(int sound);