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
|
@ -339,7 +339,7 @@ void AGOSEngine_Simon1::os1_pauseGame() {
|
|||
break;
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
while (!_quit) {
|
||||
delay(1);
|
||||
if (_keyPressed.keycode == keyYes)
|
||||
_quit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue