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/emoticon.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/emoticon.cpp')
| -rw-r--r-- | src/game/client/components/emoticon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index af60ac19..ca1d64b7 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -23,7 +23,7 @@ void EMOTICON::con_emote(void *result, void *user_data) ((EMOTICON *)user_data)->emote(console_arg_int(result, 0)); } -void EMOTICON::on_init() +void EMOTICON::on_console_init() { MACRO_REGISTER_COMMAND("+emote", "", con_key_emoticon, this); MACRO_REGISTER_COMMAND("emote", "", con_emote, this); |