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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 3134786..329f8bb 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -228,7 +228,7 @@ typedef struct s_bad_boy
{
int8_t life;
int8_t does;
- void (*act[5])(struct s_sprite*, struct s_map*);
+ void (*act[3])(struct s_sprite*, struct s_map*);
} t_bad_boy;
typedef struct s_cub