[Scummvm-git-logs] scummvm branch-2-0 -> c9049f62d94b4c7b91611b645265e71c07466510
dreammaster
dreammaster at scummvm.org
Sun Dec 10 16:37:24 CET 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c9049f62d9 TITANIC: DE: Fix crash after tapping on bomb window 6 times
Commit: c9049f62d94b4c7b91611b645265e71c07466510
https://github.com/scummvm/scummvm/commit/c9049f62d94b4c7b91611b645265e71c07466510
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-12-10T10:32:22-05:00
Commit Message:
TITANIC: DE: Fix crash after tapping on bomb window 6 times
(cherry picked from commit fd32517490e1bfa1d49035a6cc4621ff680ba7eb)
Changed paths:
engines/titanic/game/bomb.cpp
diff --git a/engines/titanic/game/bomb.cpp b/engines/titanic/game/bomb.cpp
index ddb0b6d..d9eb737 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;
}
More information about the Scummvm-git-logs
mailing list