mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
KYRA: (EOB) - fix typo
This commit is contained in:
parent
d34cf09608
commit
cf8a6dcd83
@ -3656,7 +3656,7 @@ int GUI_EoB::selectCharacterDialogue(int id) {
|
||||
}
|
||||
|
||||
} else if (inputFlag == _vm->_keyMap[Common::KEYCODE_KP5] || inputFlag == _vm->_keyMap[Common::KEYCODE_RETURN]) {
|
||||
if (found >= 0)
|
||||
if (hlCur >= 0)
|
||||
result = hlCur;
|
||||
|
||||
} else if (inputFlag == _vm->_keyMap[Common::KEYCODE_ESCAPE] || inputFlag == 0x8010) {
|
||||
|
Loading…
Reference in New Issue
Block a user