aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_sequence_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_sequence_control.cpp')
-rw-r--r--engines/titanic/game/end_sequence_control.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/end_sequence_control.cpp b/engines/titanic/game/end_sequence_control.cpp
index 7041874368..e8bc04aa85 100644
--- a/engines/titanic/game/end_sequence_control.cpp
+++ b/engines/titanic/game/end_sequence_control.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/game/end_sequence_control.h"
+#include "titanic/translation.h"
namespace Titanic {
@@ -71,7 +72,7 @@ bool CEndSequenceControl::EnterRoomMsg(CEnterRoomMsg *msg) {
petHide();
disableMouse();
addTimer(1, 1000, 0);
- playGlobalSound("a#15.wav", VOL_NORMAL, true, true, 0, Audio::Mixer::kSpeechSoundType);
+ playGlobalSound(TRANSLATE("a#15.wav", "a#8.wav"), VOL_NORMAL, true, true, 0, Audio::Mixer::kSpeechSoundType);
return true;
}