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/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/console.cpp') diff --git a/src/game/client/components/console.cpp b/src/game/client/components/console.cpp index 77b85c97..a5098ce1 100644 --- a/src/game/client/components/console.cpp +++ b/src/game/client/components/console.cpp @@ -358,7 +358,7 @@ void CONSOLE::print_line(int type, const char *line) remote_console.print_line(line); } -void CONSOLE::on_init() +void CONSOLE::on_console_init() { // console_register_print_callback(client_console_print_callback, this); -- cgit 1.4.1