From dfe7cb157938a861636c2a4dc1e53dbabba03fec Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 09:28:31 +0000 Subject: fixed so that menus doesn't use inp_get_event. fixes the gui key binder --- src/game/client/gameclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index a209eef8..a88e7d3c 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -102,9 +102,9 @@ void GAMECLIENT::on_init() // build the input stack input.add(console); + input.add(chat); // chat has higher prio due to tha you can quit it by pressing esc input.add(motd); // for pressing esc to remove it input.add(menus); - input.add(chat); input.add(&emoticon); input.add(controls); input.add(binds); -- cgit 1.4.1