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

dreammaster dreammaster at scummvm.org
Mon Oct 9 14:12:04 CEST 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:
fcf0ac1da2 TITANIC: DE: Fix bomb password


Commit: fcf0ac1da2d0f8015533198ff779a522c610a6f8
    https://github.com/scummvm/scummvm/commit/fcf0ac1da2d0f8015533198ff779a522c610a6f8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-10-09T08:11:57-04:00

Commit Message:
TITANIC: DE: Fix bomb password

Changed paths:
    engines/titanic/game/code_wheel.cpp


diff --git a/engines/titanic/game/code_wheel.cpp b/engines/titanic/game/code_wheel.cpp
index 213dda2..29ae8e6 100644
--- a/engines/titanic/game/code_wheel.cpp
+++ b/engines/titanic/game/code_wheel.cpp
@@ -52,9 +52,9 @@ static const int END_FRAMES_DE2[28] = {
 };
 
 static const int CORRECT_VALUES_DE[3][8] = {
-	{ 14, 2, 7, 4, 8, 18, 18, 4 },
-	{ 17, 12, 0, 6, 10, 11, 20, 6 },
-	{ 18, 13, 8, 4, 12, 0, 13, 3 }
+	{ 2, 7, 4, 8, 18, 18, 4, 17 },
+	{ 12, 0, 6, 10, 11, 20, 6, 18 },
+	{ 13, 8, 4, 12, 0, 13, 3, 26 }
 };
 static const int START_FRAMES_DE[28] = {
 	0, 7, 15, 22, 29, 37, 44, 51, 58, 66,





More information about the Scummvm-git-logs mailing list