From b2745bb20e4748dc102b04daac4bab9fb4c6a76c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 22 Feb 2020 20:12:04 +0100 Subject: Drawing some HUD --- inc/cub3d_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 823a21b..639de11 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -114,7 +114,7 @@ typedef struct s_map typedef struct s_cub { uint8_t w_side; - uint8_t minimap; + uint8_t ishud; char errmsg[40]; int32_t key_input[5]; int (*key_ptr[6])(struct s_cub*); -- cgit v1.2.3