From 46538b419624d27d590d981d070b387291e1abc8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 29 Feb 2020 22:49:10 +0100 Subject: No leak --- 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 46e4fe4..f6b42e6 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -131,6 +131,7 @@ typedef struct s_cub { uint8_t w_side; uint8_t ishud; + uint8_t walltexgood; uint16_t currlvl; uint16_t i; char errmsg[64]; -- cgit v1.2.3