MORTEVIELLE: Fix regression in 4edc3bff94b4cb27b32f46a4934bf486ab834e1c

This commit is contained in:
Strangerke 2012-03-29 17:55:18 +02:00
parent b27b77b354
commit c7eba15ee7

View File

@ -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))