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
+1 -1
View File
@@ -1299,7 +1299,7 @@ bool HandleGlobalInputs( const InputEventPlus &input )
INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD, KEY_LALT)) )
{
// pressed Alt+F4
ExitGame();
ArchHooks::SetUserQuit();
return true;
}
}