aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput
diff options
context:
space:
mode:
authorsylvaintv2012-06-17 00:04:11 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit479eaaaa9e354ff7f84599ea8ff44250e6bc4feb (patch)
treeba50d668147536974bb436783d812fa4603f1c8e /engines/lilliput
parente70d3c4979ac6c87a88b259bddfc134da92b4d6b (diff)
downloadscummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.tar.gz
scummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.tar.bz2
scummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.zip
LILLIPUT: Fix walking on click
Diffstat (limited to 'engines/lilliput')
-rw-r--r--engines/lilliput/lilliput.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lilliput/lilliput.cpp b/engines/lilliput/lilliput.cpp
index e317cec9c2..7bec9ba24f 100644
--- a/engines/lilliput/lilliput.cpp
+++ b/engines/lilliput/lilliput.cpp
@@ -2050,11 +2050,10 @@ void LilliputEngine::sub131B2(Common::Point pos, bool &forceReturnFl) {
if (_byte12FCE)
_byte16F07_menuId = 3;
+ forceReturnFl = true;
return;
}
}
- forceReturnFl = true;
- return;
}
void LilliputEngine::checkInterfaceHotspots(bool &forceReturnFl) {