aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/credits_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/credits_button.cpp')
-rw-r--r--engines/titanic/game/credits_button.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/credits_button.cpp b/engines/titanic/game/credits_button.cpp
index ee8f7bb329..92815ec021 100644
--- a/engines/titanic/game/credits_button.cpp
+++ b/engines/titanic/game/credits_button.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/game/credits_button.h"
+#include "titanic/titanic.h"
namespace Titanic {
@@ -50,7 +51,7 @@ bool CCreditsButton::MouseButtonUpMsg(CMouseButtonUpMsg *msg) {
bool CCreditsButton::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
if (_fieldE0) {
- playSound("a#20.wav");
+ playSound(TRANSLATE("a#20.wav", "a#15.wav"));
CSignalObject signalMsg;
signalMsg._numValue = 1;
signalMsg.execute("CreditsPlayer");