[Scummvm-git-logs] scummvm master -> fd32517490e1bfa1d49035a6cc4621ff680ba7eb

dreammaster dreammaster at scummvm.org
Sun Dec 10 16:17:53 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:
fd32517490 TITANIC: DE: Fix crash after tapping on bomb window 6 times


Commit: fd32517490e1bfa1d49035a6cc4621ff680ba7eb
    https://github.com/scummvm/scummvm/commit/fd32517490e1bfa1d49035a6cc4621ff680ba7eb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-12-10T10:17:39-05:00

Commit Message:
TITANIC: DE: Fix crash after tapping on bomb window 6 times

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