From 47c6c125c7095bae50188376d8d8d10fe8b2b1c8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 14 Mar 2020 01:13:23 +0100 Subject: Better than nothing --- inc/cub3d_structs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 96ed172..70bb6fe 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -135,7 +135,6 @@ typedef struct s_player float plane_x; float plane_y; int8_t life; - uint8_t isdead; } t_player; typedef struct s_ray -- cgit v1.2.3