diff options
author | athrxx | 2012-01-29 17:14:47 +0100 |
---|---|---|
committer | athrxx | 2012-01-30 22:23:06 +0100 |
commit | cf8a6dcd835d3db85648c07e3f254505ea7a7945 (patch) | |
tree | 525de540084e98723c6d27141269e4f9df2e5969 /engines/kyra | |
parent | d34cf096081dd3f5b12d129e9d50172cf76e6179 (diff) | |
download | scummvm-rg350-cf8a6dcd835d3db85648c07e3f254505ea7a7945.tar.gz scummvm-rg350-cf8a6dcd835d3db85648c07e3f254505ea7a7945.tar.bz2 scummvm-rg350-cf8a6dcd835d3db85648c07e3f254505ea7a7945.zip |
KYRA: (EOB) - fix typo
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/gui_eob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_eob.cpp b/engines/kyra/gui_eob.cpp index 5c2c3e5f33..3df19f3690 100644 --- a/engines/kyra/gui_eob.cpp +++ b/engines/kyra/gui_eob.cpp @@ -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) { |