From 6714c479c5d9bcb025212de44ec92424458261d6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Mar 2020 04:23:57 +0100 Subject: Huge bug on death --- 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 b28c5ec..543c5a3 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -133,6 +133,7 @@ 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