Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first.

svn-id: r43523
This commit is contained in:
Kari Salminen 2009-08-18 21:37:31 +00:00
parent 0762bb7cf6
commit 2bd1f51d92
2 changed files with 3 additions and 2 deletions

View File

@ -266,8 +266,8 @@ process_key:
}
// commented out to close Sarien bug #438872
if (key)
_game.keypress = key;
//if (key)
// _game.keypress = key;
}
break;
case INPUT_GETSTRING:

View File

@ -408,6 +408,7 @@ bool Menu::keyhandler(int key) {
if (d->enabled) {
debugC(6, kDebugLevelMenu | kDebugLevelInput, "event %d registered", d->event);
_vm->_game.controllerOccured[d->event] = true;
_vm->_menuSelected = true;
goto exit_menu;
}
break;