aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-09 21:19:10 -0400
committerPaul Gilbert2018-04-09 21:19:10 -0400
commit083f18af933bb528b6388a2814aa44a97a56e27b (patch)
tree3772a2797d7807ec713031bb8a2a313a0314c974
parentf2c33a01e2f07801975e613f77bcdfb8bcc28780 (diff)
downloadscummvm-rg350-083f18af933bb528b6388a2814aa44a97a56e27b.tar.gz
scummvm-rg350-083f18af933bb528b6388a2814aa44a97a56e27b.tar.bz2
scummvm-rg350-083f18af933bb528b6388a2814aa44a97a56e27b.zip
XEEN: Fix falling from the Dark Side Skyroads
-rw-r--r--engines/xeen/interface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 3da5dc7894..82523546dd 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -765,8 +765,8 @@ void Interface::startFalling(bool flag) {
break;
}
} else {
- if (party._mazeId > 89 && party._mazeId < 113) {
- party._mazeId += 168;
+ if (party._mazeId > 88 && party._mazeId < 114) {
+ party._mazeId -= 88;
} else {
switch (party._mazeId - 25) {
case 0: