aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index a5c2bcc..3134786 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -227,6 +227,7 @@ typedef struct s_map
typedef struct s_bad_boy
{
int8_t life;
+ int8_t does;
void (*act[5])(struct s_sprite*, struct s_map*);
} t_bad_boy;
@@ -271,7 +272,7 @@ typedef struct s_cub
struct s_img death_screen;
struct s_rgb f_rgb;
struct s_rgb c_rgb;
- struct s_img tlist[23];
+ struct s_img tlist[27];
struct s_img tweap[6];
struct s_img tnum[12];
struct s_sprite **sprites;