mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
KINGDOM: Fix logic error in getUserInput
You can now pick up the spell of traveling.
This commit is contained in:
parent
fcccb2b8c3
commit
a01c28e475
@ -993,7 +993,7 @@ void KingdomGame::getUserInput() {
|
||||
_loopFlag = true;
|
||||
}
|
||||
|
||||
if (_userInput == 0x42B && _logic->_statPlay == 53 && _gameMode == 0) {
|
||||
if (_userInput == 0x42B && _logic->_statPlay != 53 && _gameMode == 0) {
|
||||
_logic->_oldStatPlay = _logic->_statPlay;
|
||||
_logic->_statPlay = 900;
|
||||
_loopFlag = true;
|
||||
|
Loading…
Reference in New Issue
Block a user