Use ArchHooks::SetUserQuit()

This commit is contained in:
Steve Checkoway
2005-12-17 13:03:04 +00:00
parent 2ab8fcd709
commit ee07c1d20d
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#import <Cocoa/Cocoa.h>
#include "ProductInfo.h"
#include "GameLoop.h"
#include "arch/ArchHooks/ArchHooks.h"
// XXX remove this
extern "C"
@@ -29,7 +29,7 @@ extern "C"
// Invoked from the Quit menu item.
- (void)terminate:(id)sender
{
ExitGame();
ArchHooks::SetUserQuit();
}
- (void)sendEvent:(NSEvent *)event