Allow forcing the support for Debug key is any build

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1925 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-10-26 04:00:40 +00:00
parent 0d16bc3e99
commit fcc9c2a447
@@ -197,7 +197,7 @@ TFB_ProcessEvents ()
} }
if (ImmediateInputState.key[KEY_ABORT] || abortFlag) if (ImmediateInputState.key[KEY_ABORT] || abortFlag)
exit (0); exit (0);
#ifdef DEBUG #if defined(DEBUG) || defined(USE_DEBUG_KEY)
if (ImmediateInputState.key[KEY_DEBUG]) if (ImmediateInputState.key[KEY_DEBUG])
{ {
FlushInput (); FlushInput ();