From: Holger Schemel Date: Mon, 17 Dec 2018 20:51:53 +0000 (+0100) Subject: fixed bug in handling debug keys when compiled without symbol DEBUG defined X-Git-Tag: 4.1.2.0~76 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=c0441f4c88acd9bd63f3b30bc4ce22d61ebee10a fixed bug in handling debug keys when compiled without symbol DEBUG defined --- diff --git a/src/events.c b/src/events.c index 8c8ae5a9..33460557 100644 --- a/src/events.c +++ b/src/events.c @@ -1849,9 +1849,9 @@ boolean HandleKeysDebug(Key key, int key_status) return TRUE; } } +#endif return FALSE; -#endif } void HandleKey(Key key, int key_status)