diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-21 18:07:27 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-21 18:07:27 +0000 |
| commit | 9e4aea97bdb5a903150df57f8d546733ce4b4db2 (patch) | |
| tree | 7e18776bd7ace981895bca01ac753c9c289a71a5 /src/game/game.h | |
| parent | f0e8502050ce27b9cef72fa385619d13faa35c27 (diff) | |
| download | zcatch-9e4aea97bdb5a903150df57f8d546733ce4b4db2.tar.gz zcatch-9e4aea97bdb5a903150df57f8d546733ce4b4db2.zip | |
lots of cool new features :D new master server
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/game.h b/src/game/game.h index 917abab1..5f69ef9e 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -58,7 +58,10 @@ struct player_input { int left; int right; - int angle; + + int target_x; + int target_y; + int jump; int fire; int hook; |