aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_credit_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_credit_text.cpp')
-rw-r--r--engines/titanic/game/end_credit_text.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/end_credit_text.cpp b/engines/titanic/game/end_credit_text.cpp
index 9af13133d6..8809799a27 100644
--- a/engines/titanic/game/end_credit_text.cpp
+++ b/engines/titanic/game/end_credit_text.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/game/end_credit_text.h"
+#include "titanic/translation.h"
namespace Titanic {
@@ -43,7 +44,7 @@ void CEndCreditText::load(SimpleFile *file) {
}
bool CEndCreditText::ActMsg(CActMsg *msg) {
- playGlobalSound("z#41.wav", VOL_NORMAL, false, false, 0);
+ playGlobalSound(TRANSLATE("z#41.wav", "z#573.wav"), VOL_NORMAL, false, false, 0);
createCredits();
_flag = true;
return true;