aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-28 18:57:43 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-28 18:57:43 +0100
commitaf64bbe158db6801a2f498ca20eae5104cda10fd (patch)
treece9fa4c985394a8180fb41cabec0608dbd737a3e /inc
parentgang (diff)
download42-cub3d-af64bbe158db6801a2f498ca20eae5104cda10fd.tar.gz
42-cub3d-af64bbe158db6801a2f498ca20eae5104cda10fd.tar.bz2
42-cub3d-af64bbe158db6801a2f498ca20eae5104cda10fd.tar.xz
42-cub3d-af64bbe158db6801a2f498ca20eae5104cda10fd.tar.zst
42-cub3d-af64bbe158db6801a2f498ca20eae5104cda10fd.zip
g
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index a8ae385..4847d1f 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -124,6 +124,7 @@ typedef struct s_map
size_t map_start;
uint8_t isspawn;
uint8_t scale;
+ uint8_t isnlvl;
} t_map;
typedef struct s_cub