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:
parent
5de6898694
commit
23e6fff0bf
2 changed files with 5 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue