aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/code_wheel.cpp6
1 files changed, 3 insertions, 3 deletions
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,