diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-05-31 09:44:20 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-05-31 09:44:20 +0000 |
| commit | 4bb1df318905f491740f4298c69cda317fb53fcb (patch) | |
| tree | 486c4edf2d6af2089ffab60a7422d5e7abefa891 /src/game/client/components/chat.hpp | |
| parent | b28ede2da2c42643c5aa710a8076f0249d48c9e4 (diff) | |
| download | zcatch-4bb1df318905f491740f4298c69cda317fb53fcb.tar.gz zcatch-4bb1df318905f491740f4298c69cda317fb53fcb.zip | |
moved 0.5 branch to trunk
Diffstat (limited to 'src/game/client/components/chat.hpp')
| -rw-r--r-- | src/game/client/components/chat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |