mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 15:11:54 +00:00
(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
This commit is contained in:
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
Block a user