diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-13 16:54:04 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-13 16:54:04 +0000 |
| commit | 6d9ccee95dd99fecda3a6ba62c2768b4d39f69e5 (patch) | |
| tree | ed06c372126df9d843b7d72c0263982923e1ccba /src/game/client/components/menus.hpp | |
| parent | c2f8d0e07ac19d4a876444d045a4f199f4d7c4d7 (diff) | |
| download | zcatch-6d9ccee95dd99fecda3a6ba62c2768b4d39f69e5.tar.gz zcatch-6d9ccee95dd99fecda3a6ba62c2768b4d39f69e5.zip | |
base for the localization system
Diffstat (limited to 'src/game/client/components/menus.hpp')
| -rw-r--r-- | src/game/client/components/menus.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.hpp b/src/game/client/components/menus.hpp index 27423490..6d304628 100644 --- a/src/game/client/components/menus.hpp +++ b/src/game/client/components/menus.hpp @@ -173,7 +173,7 @@ public: bool is_active() const { return menu_active; } - void init(); + virtual void on_init(); virtual void on_statechange(int new_state, int old_state); virtual void on_reset(); |