aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 2cc833265c..d2c85ecc29 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -820,7 +820,7 @@ void ScummEngine_v2::o2_verbOps() {
// V1 Maniac verbs are relative to the 'verb area' - under the sentence
if (_features & GF_NES) {
y -= 16;
- x -= 8;
+ x += 8;
}
else if ((_gameId == GID_MANIAC) && (_version == 1))
y += 8;