mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
MORTEVIELLE: Fix protection skip and avoid instant exit
This commit is contained in:
parent
7a6eca74b4
commit
735c7c3c64
@ -413,6 +413,7 @@ bool Ques::show() {
|
||||
if (indx == 10) {
|
||||
warning("Skipping protection check: testprot()");
|
||||
protectionCheck = true;
|
||||
tesok = true;
|
||||
}
|
||||
} while (!(indx == 10));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user