aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_bridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_bridge.cpp')
-rw-r--r--engines/titanic/moves/exit_bridge.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_bridge.cpp b/engines/titanic/moves/exit_bridge.cpp
index 6b69b88004..973670abc9 100644
--- a/engines/titanic/moves/exit_bridge.cpp
+++ b/engines/titanic/moves/exit_bridge.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/moves/exit_bridge.h"
+#include "titanic/translation.h"
namespace Titanic {
@@ -48,7 +49,7 @@ void CExitBridge::load(SimpleFile *file) {
bool CExitBridge::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
if (getGameManager()) {
changeView(_destination);
- playSound("a#53.wav");
+ playSound(TRANSLATE("a#53.wav", "a#46.wav"));
changeView(_viewName);
}