diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 02:58:56 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-22 02:58:56 +0000 |
| commit | 3d434173e69dc62c84f8f85ddd5efa40426b3fcf (patch) | |
| tree | 93a0f22188c3ac2381e358e7d353b54f7153f840 /src/game/client | |
| parent | 2a12d1c907eb1c8153aa1f13ba94a3ae8091b467 (diff) | |
| download | zcatch-3d434173e69dc62c84f8f85ddd5efa40426b3fcf.tar.gz zcatch-3d434173e69dc62c84f8f85ddd5efa40426b3fcf.zip | |
fixed minor bug with the input
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/gc_client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } } |