From fcf0ac1da2d0f8015533198ff779a522c610a6f8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 9 Oct 2017 08:11:57 -0400 Subject: TITANIC: DE: Fix bomb password --- engines/titanic/game/code_wheel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines') diff --git a/engines/titanic/game/code_wheel.cpp b/engines/titanic/game/code_wheel.cpp index 213dda2311..29ae8e683f 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, -- cgit v1.2.3