aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-10 10:17:39 -0500
committerPaul Gilbert2017-12-10 10:17:39 -0500
commitfd32517490e1bfa1d49035a6cc4621ff680ba7eb (patch)
tree9e7cc215255423e9becf76f07a92a280e400305e /engines/titanic/game
parent6fd6581bf5dd73ab0f173c87c7995c555dedf203 (diff)
downloadscummvm-rg350-fd32517490e1bfa1d49035a6cc4621ff680ba7eb.tar.gz
scummvm-rg350-fd32517490e1bfa1d49035a6cc4621ff680ba7eb.tar.bz2
scummvm-rg350-fd32517490e1bfa1d49035a6cc4621ff680ba7eb.zip
TITANIC: DE: Fix crash after tapping on bomb window 6 times
Diffstat (limited to 'engines/titanic/game')
-rw-r--r--engines/titanic/game/bomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bomb.cpp b/engines/titanic/game/bomb.cpp
index ddb0b6d625..d9eb737c34 100644
--- a/engines/titanic/game/bomb.cpp
+++ b/engines/titanic/game/bomb.cpp
@@ -228,7 +228,7 @@ bool CBomb::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
name = TRANSLATE("z#375.wav", "z#117.wav");
break;
default:
- name = TRANSLATE("z#374.wav", "z#.wav");
+ name = TRANSLATE("z#374.wav", "z#116.wav");
break;
}