aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/titania_speech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/titania_speech.cpp')
-rw-r--r--engines/titanic/sound/titania_speech.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/titania_speech.cpp b/engines/titanic/sound/titania_speech.cpp
index bd41845712..c6365a828b 100644
--- a/engines/titanic/sound/titania_speech.cpp
+++ b/engines/titanic/sound/titania_speech.cpp
@@ -57,10 +57,10 @@ bool CTitaniaSpeech::ActMsg(CActMsg *msg) {
CProximity prox(Audio::Mixer::kSpeechSoundType);
switch (_actionNum) {
case 1:
- movieSetAudioTiming(true);
loadSound("a#12.wav");
sleep(1000);
playMovie(0, 187, MOVIE_WAIT_FOR_FINISH | MOVIE_NOTIFY_OBJECT);
+ movieSetPlaying(true);
movieEvent(0);
break;