From a153cb9a37d618c3f89951613898eda9a2ef6e46 Mon Sep 17 00:00:00 2001 From: Allanis Date: Sun, 10 Mar 2013 16:47:46 +0000 Subject: [PATCH] [Fix] Can't change targets while toolkit is open. --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.c b/src/input.c index f55b43d..c444d8d 100644 --- a/src/input.c +++ b/src/input.c @@ -116,7 +116,7 @@ void input_setKeybind(char* keybind, KeybindType type, int key, int reverse) { // abs : Whether or not it's an abs value (For those pesky joysticks. // ===================================================================== #define KEY(s) (strcmp(input_keybinds[keynum]->name, s)==0) -#define INGAME() (!paused) +#define INGAME() (!toolkit) static void input_key(int keynum, double value, int abs) { // Accelerating. if(KEY("accel")) {