aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/desk_click_responder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/desk_click_responder.cpp')
-rw-r--r--engines/titanic/game/desk_click_responder.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/desk_click_responder.cpp b/engines/titanic/game/desk_click_responder.cpp
index 0650b3a1f5..efdf13fa92 100644
--- a/engines/titanic/game/desk_click_responder.cpp
+++ b/engines/titanic/game/desk_click_responder.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/game/desk_click_responder.h"
+#include "titanic/translation.h"
namespace Titanic {
@@ -52,7 +53,7 @@ bool CDeskClickResponder::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
uint ticks = getTicksCount();
if (!_ticks || ticks > (_ticks + 4000)) {
- playSound("a#22.wav");
+ playSound(TRANSLATE("a#22.wav", "a#17.wav"));
_ticks = ticks;
}