aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:13:23 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:13:23 +0100
commit47c6c125c7095bae50188376d8d8d10fe8b2b1c8 (patch)
tree5d4554ed336a70e0ca8e9d62ed764ff131a59330 /inc/cub3d_structs.h
parentRemoved footsteps, in progress (diff)
download42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.gz
42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.bz2
42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.xz
42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.tar.zst
42-cub3d-47c6c125c7095bae50188376d8d8d10fe8b2b1c8.zip
Better than nothing
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 0 insertions, 1 deletions
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