aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/sound.h')
-rw-r--r--engines/draci/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/draci/sound.h b/engines/draci/sound.h
index 8888ec995c..ab0df52dea 100644
--- a/engines/draci/sound.h
+++ b/engines/draci/sound.h
@@ -112,7 +112,7 @@ public:
void stopVoice();
bool isMutedVoice() const { return _muteVoice; }
- void stopAll();
+ void stopAll() { stopVoice(); stopSound(); }
void setVolume();
@@ -120,7 +120,6 @@ public:
int talkSpeed() const { return _talkSpeed; }
private:
-
void playSoundBuffer(Audio::SoundHandle *handle, const SoundSample &buffer, int volume,
sndHandleType handleType, bool loop);