mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
MADS: Fix using arrow keys in Miranda's maze
This commit is contained in:
parent
dd4388b73e
commit
355c4d265e
@ -1919,7 +1919,7 @@ void Scene1200::process(Event &event) {
|
||||
return;
|
||||
}
|
||||
} else if (event.eventType == EVENT_KEYPRESS) {
|
||||
if (_field414 == 0) {
|
||||
if (_field414) {
|
||||
event.handled = false;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user