[Scummvm-cvs-logs] scummvm master -> cf8a6dcd835d3db85648c07e3f254505ea7a7945

athrxx athrxx at scummvm.org
Mon Jan 30 22:24:00 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cf8a6dcd83 KYRA: (EOB) - fix typo


Commit: cf8a6dcd835d3db85648c07e3f254505ea7a7945
    https://github.com/scummvm/scummvm/commit/cf8a6dcd835d3db85648c07e3f254505ea7a7945
Author: athrxx (athrxx at scummvm.org)
Date: 2012-01-30T13:23:06-08:00

Commit Message:
KYRA: (EOB) - fix typo

Changed paths:
    engines/kyra/gui_eob.cpp



diff --git a/engines/kyra/gui_eob.cpp b/engines/kyra/gui_eob.cpp
index 5c2c3e5..3df19f3 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) {






More information about the Scummvm-git-logs mailing list