From 36e4ca1eeffa78d57767fced53fd16df17d75373 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 28 Feb 2020 19:22:58 +0100 Subject: L is now crapaud and you can pass through :^) --- inc/cub3d_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cub3d_structs.h') 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; -- cgit v1.2.3