diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 09:46:25 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 09:46:25 +0000 |
| commit | b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba (patch) | |
| tree | c48d376273ccc54f65698ab797816afa9cb67d0a /src/game/client/components/motd.hpp | |
| parent | a934488e9f2c5aeb1997a4b3b9ecdad2537686d1 (diff) | |
| download | zcatch-b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba.tar.gz zcatch-b3c1bae2e917faf6e2f4e9f3075195a03a16f8ba.zip | |
cleaned up localization. fixed motd so it shows when connecting to a server
Diffstat (limited to 'src/game/client/components/motd.hpp')
| -rw-r--r-- | src/game/client/components/motd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/motd.hpp b/src/game/client/components/motd.hpp index 5ee16086..3b175e0a 100644 --- a/src/game/client/components/motd.hpp +++ b/src/game/client/components/motd.hpp @@ -10,8 +10,8 @@ public: void clear(); bool is_active(); - virtual void on_reset(); virtual void on_render(); + virtual void on_statechange(int new_state, int old_state); virtual void on_message(int msgtype, void *rawmsg); virtual bool on_input(INPUT_EVENT e); }; |