MORTEVIELLE: Added CHECK_QUIT to afdes() event loop

This commit is contained in:
Paul Gilbert 2012-02-12 21:42:23 +11:00 committed by Strangerke
parent bbc8ba9ad6
commit ec2d9d6d77

View File

@ -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);