From fcc9c2a44769466ce13772b081c1a53cb42458c7 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 26 Oct 2005 04:00:40 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/libs/graphics/sdl/sdl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 4ff09f836..a094e021c 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -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 ();