From fa266334fd825824d413c7817e1f3331c35e40a0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 4 Sep 2008 21:36:44 +0000 Subject: fixed on_console_init and on_save --- src/game/client/components/emoticon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/emoticon.cpp') 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); -- cgit 1.4.1