aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 19:22:58 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 19:22:58 +0100
commit36e4ca1eeffa78d57767fced53fd16df17d75373 (patch)
treefcfc0dcfb5b39c7b026d577194f10f34fa3f3771 /inc
parentParsed (diff)
download42-cub3d-36e4ca1eeffa78d57767fced53fd16df17d75373.tar.gz
42-cub3d-36e4ca1eeffa78d57767fced53fd16df17d75373.tar.bz2
42-cub3d-36e4ca1eeffa78d57767fced53fd16df17d75373.tar.xz
42-cub3d-36e4ca1eeffa78d57767fced53fd16df17d75373.tar.zst
42-cub3d-36e4ca1eeffa78d57767fced53fd16df17d75373.zip
L is now crapaud and you can pass through :^)
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;