diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-31 21:50:14 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-31 21:50:14 +0000 |
| commit | 04eddacd65fd3da680e3d896368cb766b377e6e2 (patch) | |
| tree | 4e99da87a56b59901e4752d7ac8d593a93ecd508 /src/game/client/components/controls.hpp | |
| parent | 62d9ff05d6cc0ae1cd952d51a168f6ffcf6abf60 (diff) | |
| download | zcatch-04eddacd65fd3da680e3d896368cb766b377e6e2.tar.gz zcatch-04eddacd65fd3da680e3d896368cb766b377e6e2.zip | |
setting of correct game type in game controller. fixed gametype filter in browser. various cleanups
Diffstat (limited to 'src/game/client/components/controls.hpp')
| -rw-r--r-- | src/game/client/components/controls.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/controls.hpp b/src/game/client/components/controls.hpp index d875522a..262fd235 100644 --- a/src/game/client/components/controls.hpp +++ b/src/game/client/components/controls.hpp @@ -12,6 +12,7 @@ public: int input_direction_right; CONTROLS(); + virtual void on_message(int msg, void *rawmsg); virtual bool on_mousemove(float x, float y); virtual void on_init(); |