diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-04 21:36:44 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-04 21:36:44 +0000 |
| commit | fa266334fd825824d413c7817e1f3331c35e40a0 (patch) | |
| tree | 2d8ce86721ac7c2feaa511dd4c9318e5f52ea0d7 /src/game/client/components/controls.cpp | |
| parent | a9211ffd64291fd22d3bfd6ba796eb2ebe041b6e (diff) | |
| download | zcatch-fa266334fd825824d413c7817e1f3331c35e40a0.tar.gz zcatch-fa266334fd825824d413c7817e1f3331c35e40a0.zip | |
fixed on_console_init and on_save
Diffstat (limited to 'src/game/client/components/controls.cpp')
| -rw-r--r-- | src/game/client/components/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/controls.cpp b/src/game/client/components/controls.cpp index 6cb89836..208cad5e 100644 --- a/src/game/client/components/controls.cpp +++ b/src/game/client/components/controls.cpp @@ -46,7 +46,7 @@ static void con_key_input_nextprev_weapon(void *result, void *user_data) set->controls->input_data.wanted_weapon = 0; } -void CONTROLS::on_init() +void CONTROLS::on_console_init() { // game commands MACRO_REGISTER_COMMAND("+left", "", con_key_input_state, &input_direction_left); |