mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
MORTEVIELLE: Fix regression in 4edc3bff94b4cb27b32f46a4934bf486ab834e1c
This commit is contained in:
parent
b27b77b354
commit
c7eba15ee7
@ -68,9 +68,7 @@ void MortevielleEngine::fctMove() {
|
||||
} else if (_num == 7) {
|
||||
_coreVar._currPlace = ATTIC;
|
||||
_menu.setDestinationText(ATTIC);
|
||||
}
|
||||
|
||||
if (_num != 6)
|
||||
} else if (_num != 6)
|
||||
_coreVar._currPlace = ROOM26;
|
||||
|
||||
if ((_num > 1) && (_num < 6))
|
||||
|
Loading…
Reference in New Issue
Block a user