Make it possible to quit or return to launcher while the Feeble Files list of

savegames is scrolling by. (Agonizingly slowly.)

svn-id: r35697
This commit is contained in:
Torbjörn Andersson 2009-01-03 13:11:42 +00:00
parent 5de6898694
commit 23e6fff0bf
2 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ void AGOSEngine_Feeble::doOutput(const byte *src, uint len) {
if (_textWindow == NULL)
return;
while (len-- != 0) {
while (len-- != 0 && !shouldQuit()) {
if (getBitFlag(93)) {
if (_curWindow == 3) {
if ((_newLines >= _textWindow->scrollY) && (_newLines < (_textWindow->scrollY + 3)))