From 4bb1df318905f491740f4298c69cda317fb53fcb Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 31 May 2009 09:44:20 +0000 Subject: moved 0.5 branch to trunk --- src/game/client/components/chat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/components/chat.hpp') diff --git a/src/game/client/components/chat.hpp b/src/game/client/components/chat.hpp index 593ef87e..ca34237d 100644 --- a/src/game/client/components/chat.hpp +++ b/src/game/client/components/chat.hpp @@ -47,7 +47,7 @@ public: void say(int team, const char *line); virtual void on_console_init(); - virtual void on_reset(); + virtual void on_statechange(int new_state, int old_state); virtual void on_render(); virtual void on_message(int msgtype, void *rawmsg); virtual bool on_input(INPUT_EVENT e); -- cgit 1.4.1