diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-07 15:32:54 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-07 15:32:54 +0000 |
| commit | 982db98faec1ba28ff74fdd594ced77e4197cc02 (patch) | |
| tree | 6ac32c6bd44dcf11cff6fffd8e7a5488f922e788 /src/game/game_protocol.h | |
| parent | f055f15ae7ef67069d51251b43c8bda22622018d (diff) | |
| download | zcatch-982db98faec1ba28ff74fdd594ced77e4197cc02.tar.gz zcatch-982db98faec1ba28ff74fdd594ced77e4197cc02.zip | |
added sniperscope.. press F to test
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index da3b424b..7172e8a5 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -84,6 +84,9 @@ struct player_input int blink; int activeweapon; int state; + + int next_weapon; + int prev_weapon; }; |