From 3d434173e69dc62c84f8f85ddd5efa40426b3fcf Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 22 Mar 2008 02:58:56 +0000 Subject: fixed minor bug with the input --- src/game/client/gc_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 552ca252..1e1cbd1d 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -851,6 +851,7 @@ void chat_enable_mode(int team) chat_mode = CHATMODE_ALL; chat_input.clear(); + inp_clear_events(); } } -- cgit 1.4.1