summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/players.h')
-rw-r--r--include/players.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/players.h b/include/players.h
index efafd2b..d230d0c 100644
--- a/include/players.h
+++ b/include/players.h
@@ -19,6 +19,7 @@
typedef enum t_player_interact_state {
INTERACT_IDLE,
INTERACT_RELOADING,
+ INTERACT_DEAD
} player_interact_state;
typedef enum t_player_direction {
@@ -68,7 +69,7 @@ typedef struct t_player {
int kills;
u64 ping;
sprite sprite;
- sprite gun_sprite;
+ sprite sprite_death;
network_state connection_state;
u32 points;
struct {