Hopefully allow quiting at any stage AGOS engines games again.
svn-id: r33693
This commit is contained in:
parent
52650efb6a
commit
fd65ea311a
12 changed files with 33 additions and 24 deletions
|
@ -298,7 +298,7 @@ void AGOSEngine::waitWindow(WindowBlock *window) {
|
|||
ha->id = 0x7FFF;
|
||||
ha->priority = 999;
|
||||
|
||||
for (;;) {
|
||||
while (!_quit) {
|
||||
_lastHitArea = NULL;
|
||||
_lastHitArea3 = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue