diff options
-rw-r--r-- | engines/titanic/game/transport/service_elevator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/transport/service_elevator.cpp b/engines/titanic/game/transport/service_elevator.cpp index 0e88e135d3..f419bcc0fb 100644 --- a/engines/titanic/game/transport/service_elevator.cpp +++ b/engines/titanic/game/transport/service_elevator.cpp @@ -236,7 +236,7 @@ bool CServiceElevator::ServiceElevatorFloorRequestMsg(CServiceElevatorFloorReque _soundHandle1 = playSound(_fieldDC ? "z#419.wav" : "z#418.wav", 50); break; case 2: - _soundHandle1 = playSound("z#414.wav", 50); + _soundHandle1 = playSound("z#409.wav", 50); break; default: break; |