mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
ifdef DEBUGGINGAIDS for this quick exit crap
this is more like regular AIDS than DEBUGGINGAIDS though git-svn-id: https://svn.eduke32.com/eduke32@8137 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4c4ffa80b4
commit
4d3dedd4ab
1 changed files with 2 additions and 0 deletions
|
@ -229,11 +229,13 @@ void G_HandleSpecialKeys(void)
|
|||
if ((myplayer.gm & MODE_GAME) != MODE_GAME)
|
||||
OSD_DispatchQueued();
|
||||
|
||||
#ifdef DEBUGGINGAIDS
|
||||
if (g_quickExit == 0 && KB_KeyPressed(sc_LeftControl) && KB_KeyPressed(sc_LeftAlt) && KB_KeyPressed(sc_End))
|
||||
{
|
||||
g_quickExit = 1;
|
||||
G_GameExit("Quick Exit.");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void G_GameQuit(void)
|
||||
|
|
Loading…
Reference in a new issue