changeset 4550:5303086dfe6e draft

(svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest.
author rubidium <rubidium@openttd.org>
date Mon, 04 Sep 2006 21:47:46 +0000
parents 6ed8eb865c55
children c0fbb6d07ec5
files video/cocoa_v.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/video/cocoa_v.m
+++ b/video/cocoa_v.m
@@ -1824,7 +1824,7 @@
 - (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication*) sender
 {
 
-	QZ_AskQuit();
+	HandleExitGameRequest();
 
 	return NSTerminateCancel; // NSTerminateLater ?
 }