mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
MORTEVIELLE: Added CHECK_QUIT to afdes() event loop
This commit is contained in:
parent
bbc8ba9ad6
commit
ec2d9d6d77
@ -213,6 +213,7 @@ void tkey1(bool d) {
|
||||
if (d) tinke();
|
||||
quest = keypressed();
|
||||
read_pos_mouse(x, y, c);
|
||||
CHECK_QUIT;
|
||||
} while (!(quest || (c != 0) || (d && anyone)));
|
||||
if (quest) key = testou();
|
||||
g_vm->setMouseClick(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user