From 2b53f91a1f24dfba2837b458177042efd48260cd Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 09:34:55 +0000 Subject: added the special binds again. console can now be accessed in the menus aswell --- src/game/client/gameclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index a88e7d3c..a6c531dd 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -101,6 +101,7 @@ void GAMECLIENT::on_init() all.add(console); // build the input stack + input.add(&binds->special_binds); 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 -- cgit 1.4.1