mirror of https://github.com/OpenTTD/OpenTTD
(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
parent
63687763e9
commit
3d6f6813f2
|
@ -1824,7 +1824,7 @@ static void QZ_HideMouse(void)
|
|||
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
|
||||
{
|
||||
|
||||
QZ_AskQuit();
|
||||
HandleExitGameRequest();
|
||||
|
||||
return NSTerminateCancel; // NSTerminateLater ?
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue