diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:13:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:13:23 +0100 |
commit | 47c6c125c7095bae50188376d8d8d10fe8b2b1c8 (patch) | |
tree | 5d4554ed336a70e0ca8e9d62ed764ff131a59330 /inc | |
parent | Removed footsteps, in progress (diff) | |
download | 42-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')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
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 |