[Scummvm-git-logs] scummvm master -> ffc707ff0566ec0fd7a4ef4b4b7da12d4cee4751

dreammaster dreammaster at scummvm.org
Sun Jun 25 17:03:21 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ffc707ff05 TITANIC: Use Speech sound type for endgame Leovinus speech


Commit: ffc707ff0566ec0fd7a4ef4b4b7da12d4cee4751
    https://github.com/scummvm/scummvm/commit/ffc707ff0566ec0fd7a4ef4b4b7da12d4cee4751
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-25T11:03:08-04:00

Commit Message:
TITANIC: Use Speech sound type for endgame Leovinus speech

Changed paths:
    engines/titanic/game/end_sequence_control.cpp


diff --git a/engines/titanic/game/end_sequence_control.cpp b/engines/titanic/game/end_sequence_control.cpp
index 0f3a97c..55d3b21 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;
 }
 





More information about the Scummvm-git-logs mailing list