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
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue