From 22360b5d795164df0c7a80a88f5b7cb1c230e6f0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 17 Mar 2008 01:41:11 +0000 Subject: blood color depending on skin fixed --- src/game/client/gc_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gc_console.cpp') diff --git a/src/game/client/gc_console.cpp b/src/game/client/gc_console.cpp index d0714009..37e50948 100644 --- a/src/game/client/gc_console.cpp +++ b/src/game/client/gc_console.cpp @@ -72,7 +72,7 @@ public: void handle_event(INPUT_EVENT e) { - if (!(e.ch >= 0 && e.ch < 32)) + if (e.ch >= 32) { if (input_len < sizeof(input) - 1) { -- cgit 1.4.1