[Scummvm-git-logs] scummvm master -> e30bf609d79183c925a5315c3922d0eb28aa87e1
dreammaster
dreammaster at scummvm.org
Mon Oct 9 03:21:45 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:
e30bf609d7 TITANIC: DE: Fix going to bottom of service elevator
Commit: e30bf609d79183c925a5315c3922d0eb28aa87e1
https://github.com/scummvm/scummvm/commit/e30bf609d79183c925a5315c3922d0eb28aa87e1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-08T21:21:36-04:00
Commit Message:
TITANIC: DE: Fix going to bottom of service elevator
Changed paths:
engines/titanic/game/transport/service_elevator.cpp
diff --git a/engines/titanic/game/transport/service_elevator.cpp b/engines/titanic/game/transport/service_elevator.cpp
index 1e76c63..e3e6306 100644
--- a/engines/titanic/game/transport/service_elevator.cpp
+++ b/engines/titanic/game/transport/service_elevator.cpp
@@ -127,8 +127,8 @@ bool CServiceElevator::ServiceElevatorMsg(CServiceElevatorMsg *msg) {
switch (_fieldDC) {
case 0:
_string1 = "DeepSpace";
- _string2 = "a#2.wav";
- queueSound("z#416.wav", _soundHandle2, 50);
+ _string2 = TRANSLATE("a#2.wav", "a#54.wav");
+ queueSound(TRANSLATE("z#416.wav", "z#160.wav"), _soundHandle2, 50);
break;
case 1:
More information about the Scummvm-git-logs
mailing list