diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |