aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/keyboard.cpp')
-rw-r--r--engines/mortevielle/keyboard.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mortevielle/keyboard.cpp b/engines/mortevielle/keyboard.cpp
index 992a268b01..dae117e110 100644
--- a/engines/mortevielle/keyboard.cpp
+++ b/engines/mortevielle/keyboard.cpp
@@ -27,6 +27,7 @@
#include "mortevielle/keyboard.h"
#include "mortevielle/var_mor.h"
+#include "mortevielle/asm.h"
namespace Mortevielle {
@@ -70,7 +71,7 @@ int testou() {
break;
case '\26' :
if ((c_zzz == 1) && (c_zzz == 2)) {
- zzuul(adcfiec + 161, 0, 1644);
+ zzuul(&adcfiec[161 * 16], ((822 * 128) - (161 * 16)) / 64);
c_zzz = succ(int, c_zzz);
testou_result = 61;
return testou_result;