diff options
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/players.h b/include/players.h index 4e148c9..258a1fb 100644 --- a/include/players.h +++ b/include/players.h @@ -18,12 +18,16 @@ typedef struct t_player { float gunx; float guny; float gun_height; + int total_ammo; + int ammo_in_mag; gun_type guntype; } player; #include "protocol.h" -u32 my_id = 1; +u32 my_id = -1; + +camera _next_camera_pos; int max_players = 10; player players[10] = {0}; |
