From a2f0bde9da402ddfd47ec54d42b83585c3296ebf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 12 Mar 2020 23:47:37 +0100 Subject: Secured parsing --- inc/cub3d_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index d0e0845..dd652ee 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -198,6 +198,7 @@ typedef struct s_map uint8_t istraps; uint8_t darklvl; uint8_t scale; + int8_t topsp; uint32_t nlx; uint32_t nly; float x_floor_step; -- cgit v1.2.3