aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 7aea071..a97ff2d 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -229,6 +229,7 @@ typedef struct s_bad_boy
int8_t life;
int8_t does;
int8_t sleep;
+ int8_t isdead;
void (*act[3])(struct s_bad_boy*, struct s_sprite*, t_map*);
} t_bad_boy;