diff options
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); }; |