mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 16:45:08 +01: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
|
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
|
||||||
{
|
{
|
||||||
|
|
||||||
QZ_AskQuit();
|
HandleExitGameRequest();
|
||||||
|
|
||||||
return NSTerminateCancel; // NSTerminateLater ?
|
return NSTerminateCancel; // NSTerminateLater ?
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user