summaryrefslogtreecommitdiff
path: root/include/players.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 18:04:08 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-07 18:04:08 +0100
commitb2bd4db89ac281ffddf23ef4469fa427eaa8b710 (patch)
tree56710119e4d74367c9d488aa5a19cf3a297d75b1 /include/players.h
parent79eb2237b94900941c35859875c4bae21fa4fff6 (diff)
player death
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 {