diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 23:10:00 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 23:10:00 +0000 |
| commit | da473cf614cb49ddf15f7dde9cbaeb46aa86babf (patch) | |
| tree | 80c7612a34f9c8b82b934aaa9ffaa461c0c30d55 /src/game/client/gameclient.cpp | |
| parent | ac1aeab149f704ab1b297be9c7662c5705e5e40d (diff) | |
| download | zcatch-da473cf614cb49ddf15f7dde9cbaeb46aa86babf.tar.gz zcatch-da473cf614cb49ddf15f7dde9cbaeb46aa86babf.zip | |
fixed various issues with binding keys like enter and f1-f15
Diffstat (limited to 'src/game/client/gameclient.cpp')
| -rw-r--r-- | src/game/client/gameclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 45e4aecd..1b50a081 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -146,6 +146,7 @@ void GAMECLIENT::on_console_init() all.add(console); // build the input stack + input.add(&menus->binder); // this will take over all input when we want to bind a key 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 |