KYRA: (HOF CD Demo) - check shouldQuit() during ending text loop
This commit is contained in:
parent
8e0dc823c2
commit
d2a71796df
1 changed files with 1 additions and 1 deletions
|
@ -1405,7 +1405,7 @@ int KyraEngine_HoF::o2_demoFinale(EMCState *script) {
|
||||||
_screen->updateScreen();
|
_screen->updateScreen();
|
||||||
|
|
||||||
_eventList.clear();
|
_eventList.clear();
|
||||||
while (!skipFlag())
|
while (!skipFlag() && !shouldQuit())
|
||||||
delay(10);
|
delay(10);
|
||||||
|
|
||||||
_sound->beginFadeOut();
|
_sound->beginFadeOut();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue