Changeset - r4550:72cb0f2d390f
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2006-09-04 21:47:46
rubidium@openttd.org
(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
video/cocoa_v.m
Show inline comments
 
@@ -1824,7 +1824,7 @@ static void QZ_HideMouse(void)
 
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
 
{
 

	
 
	QZ_AskQuit();
 
	HandleExitGameRequest();
 

	
 
	return NSTerminateCancel; // NSTerminateLater ?
 
}
0 comments (0 inline, 0 general)