From b9d15035f290303c2163c595098b4a70a0324ac0 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 28 Feb 2020 15:30:41 +0100 Subject: In progress --- inc/cub3d_structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index a173e8c..ebea0f7 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -110,6 +110,7 @@ typedef struct s_map char *ea_tex_path; char *we_tex_path; char *sprite_path; + char *nlevel_path; char *mapl; char **map; int8_t x_step; @@ -119,6 +120,7 @@ typedef struct s_map size_t line_chk; size_t map_start; uint8_t isspawn; + uint8_t isnlvl; uint8_t scale; } t_map; -- cgit v1.2.3