diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-28 18:57:43 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-28 18:57:43 +0100 |
commit | af64bbe158db6801a2f498ca20eae5104cda10fd (patch) | |
tree | ce9fa4c985394a8180fb41cabec0608dbd737a3e | |
parent | gang (diff) | |
download | 42-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 '')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
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 |