diff options
| -rw-r--r-- | engines/titanic/game/end_sequence_control.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/titanic/game/end_sequence_control.cpp b/engines/titanic/game/end_sequence_control.cpp index 0f3a97c3a2..55d3b2139e 100644 --- a/engines/titanic/game/end_sequence_control.cpp +++ b/engines/titanic/game/end_sequence_control.cpp @@ -71,7 +71,7 @@ bool CEndSequenceControl::EnterRoomMsg(CEnterRoomMsg *msg) {  	petHide();  	disableMouse();  	addTimer(1, 1000, 0); -	playGlobalSound("a#15.wav", -1, true, true, 0); +	playGlobalSound("a#15.wav", -1, true, true, 0, Audio::Mixer::kSpeechSoundType);  	return true;  } | 
