aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-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 e20252e..0ed8e63 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -141,7 +141,7 @@ typedef struct s_cub
struct s_img img;
struct s_rgb f_rgb;
struct s_rgb c_rgb;
- struct s_img tlist[5];
+ struct s_img tlist[6];
struct s_sprite sp_list;
} t_cub;