diff options
author | sylvaintv | 2012-06-17 00:04:11 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-03-28 17:36:57 +0200 |
commit | 479eaaaa9e354ff7f84599ea8ff44250e6bc4feb (patch) | |
tree | ba50d668147536974bb436783d812fa4603f1c8e /engines | |
parent | e70d3c4979ac6c87a88b259bddfc134da92b4d6b (diff) | |
download | scummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.tar.gz scummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.tar.bz2 scummvm-rg350-479eaaaa9e354ff7f84599ea8ff44250e6bc4feb.zip |
LILLIPUT: Fix walking on click
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lilliput/lilliput.cpp | 3 |
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) { |