From 88cd7098410c7ab80baecc6c2a4d5da99e10162f Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 12 Mar 2020 17:48:43 +0100 Subject: kk --- inc/cub3d_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 8fba623..122ce16 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -165,7 +165,7 @@ typedef struct s_map char *so_tex_path; char *ea_tex_path; char *we_tex_path; - char *sprite_path; + char **sprite_path; char *nl_tex_path; char *fl_tex_path; char *ce_tex_path; @@ -219,7 +219,7 @@ typedef struct s_cub pid_t mpid; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[14])(char**, struct s_cub*); - char ref[15][3]; + char ref[22][3]; struct s_win wlist; struct s_player plist; struct s_map mlist; -- cgit v1.2.3