mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
AGI: PREAGI: Add one more missing break statement
This commit is contained in:
parent
18e263129f
commit
200b9070b3
@ -204,6 +204,7 @@ int PreAgiEngine::getSelection(SelectionTypes type) {
|
||||
case Common::EVENT_LBUTTONUP:
|
||||
if (type == kSelYesNo || type == kSelAnyKey)
|
||||
return 1;
|
||||
break;
|
||||
case Common::EVENT_KEYDOWN:
|
||||
if (event.kbd.keycode == Common::KEYCODE_d && (event.kbd.flags & Common::KBD_CTRL) && console) {
|
||||
console->attach();
|
||||
|
Loading…
x
Reference in New Issue
Block a user