aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/var_mor.cpp')
-rw-r--r--engines/mortevielle/var_mor.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/engines/mortevielle/var_mor.cpp b/engines/mortevielle/var_mor.cpp
index d3a44c46e6..ef9dbcf23a 100644
--- a/engines/mortevielle/var_mor.cpp
+++ b/engines/mortevielle/var_mor.cpp
@@ -59,16 +59,15 @@ const byte tnocon[364] = {
};
-const byte don[9][5] = {
- { 0, 0, 0, 0, 0},
- { 0, 7, 37, 22, 8},
- {0, 19, 33, 23, 7},
- {0, 31, 89, 10, 21},
- {0, 43, 25, 11, 5},
- {0, 55, 37, 5, 8},
- {0, 64, 13, 11, 2},
- {0, 62, 22, 13, 4},
- {0, 62, 25, 13, 5}
+const byte _menuConstants[8][4] = {
+ { 7, 37, 22, 8},
+ {19, 33, 23, 7},
+ {31, 89, 10, 21},
+ {43, 25, 11, 5},
+ {55, 37, 5, 8},
+ {64, 13, 11, 2},
+ {62, 22, 13, 4},
+ {62, 25, 13, 5}
};
const byte addv[2] = {8, 8};