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:
@@ -197,7 +197,7 @@ TFB_ProcessEvents ()
|
||||
}
|
||||
if (ImmediateInputState.key[KEY_ABORT] || abortFlag)
|
||||
exit (0);
|
||||
#ifdef DEBUG
|
||||
#if defined(DEBUG) || defined(USE_DEBUG_KEY)
|
||||
if (ImmediateInputState.key[KEY_DEBUG])
|
||||
{
|
||||
FlushInput ();
|
||||
|
||||
Reference in New Issue
Block a user