From 141fb4d33f73cac99b1b19e475f83fb755f208a2 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 12 Mar 2020 18:56:59 +0100 Subject: good --- 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 122ce16..d0e0845 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -165,7 +165,6 @@ typedef struct s_map char *so_tex_path; char *ea_tex_path; char *we_tex_path; - char **sprite_path; char *nl_tex_path; char *fl_tex_path; char *ce_tex_path; @@ -175,6 +174,7 @@ typedef struct s_map char *music_path; char *music_cmd; char *mapl; + char **sprite_path; char **map; char **mcmd_words; int8_t x_step; -- cgit v1.2.3