(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
This commit is contained in:
@@ -1824,7 +1824,7 @@ static void QZ_HideMouse(void)
|
|||||||
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
|
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
|
||||||
{
|
{
|
||||||
|
|
||||||
QZ_AskQuit();
|
HandleExitGameRequest();
|
||||||
|
|
||||||
return NSTerminateCancel; // NSTerminateLater ?
|
return NSTerminateCancel; // NSTerminateLater ?
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user