mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
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:
parent
0762bb7cf6
commit
2bd1f51d92
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user