aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-03-10 02:53:17 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-03-10 02:53:17 +0100
commitfa363a935fab25f9150378e2b1e03dc745cf3255 (patch)
treedde94d0d68a1809e7b451762c0e7204b66e25ce4 /inc/cub3d_structs.h
parentMerge branch 'skybox' (diff)
download42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.gz
42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.bz2
42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.xz
42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.zst
42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.zip
updated larry world
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 773c783..f1dfdfc 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -219,7 +219,7 @@ typedef struct s_cub
struct s_rgb f_rgb;
struct s_rgb c_rgb;
struct s_img tlist[8];
- struct s_sprite sprites[12];
+ struct s_sprite sprites[4096];
} t_cub;
# endif