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
@@ -4,7 +4,7 @@
#include "RageLog.h"
#include "RageDisplay.h" // for REFRESH_DEFAULT
#include "StepMania.h"
#include "GameLoop.h"
#include "arch/ArchHooks/ArchHooks.h"
#include "DisplayResolutions.h"
#if defined(MACOSX)
@@ -220,7 +220,7 @@ void LowLevelWindow_SDL::Update()
break;
case SDL_QUIT:
LOG->Trace("SDL_QUIT: shutting down");
ExitGame();
ArchHooks::SetUserQuit();
break;
}
}