1
0
Fork 0

(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.

release/0.5
rubidium 2006-09-04 21:47:46 +00:00
parent 63687763e9
commit 3d6f6813f2
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ static void QZ_HideMouse(void)
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
{
QZ_AskQuit();
HandleExitGameRequest();
return NSTerminateCancel; // NSTerminateLater ?
}