aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorOystein Eftevaag2006-05-28 04:46:34 +0000
committerOystein Eftevaag2006-05-28 04:46:34 +0000
commit77910d416346241d9834a69b4cb0c0f0c40797b0 (patch)
treeb6a1ee455d4865f7f485e53c8388d0474f9ea4e8 /engines/kyra/sound.h
parent9a7f92d55821e3d10b2304090c6eda8927fc0fbd (diff)
downloadscummvm-rg350-77910d416346241d9834a69b4cb0c0f0c40797b0.tar.gz
scummvm-rg350-77910d416346241d9834a69b4cb0c0f0c40797b0.tar.bz2
scummvm-rg350-77910d416346241d9834a69b4cb0c0f0c40797b0.zip
Fix for [ 1472007 ] KYRA1: Bypassing cutscenes with ESC doesn't stop speech
svn-id: r22697
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index e43239efc1..3252bee6d8 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -64,7 +64,8 @@ public:
void voicePlay(const char *file);
void voiceUnload() {}
bool voiceIsPlaying();
-
+ void voiceStop();
+
protected:
KyraEngine *_engine;
Audio::Mixer *_mixer;