diff options
author | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:44:41 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:44:41 +0100 |
commit | 36c540d12683633b77f6acda658fe4517eb674a5 (patch) | |
tree | 09966fe9da82bea0aab8f219da7630147a2d9ff7 /inc/cub3d_structs.h | |
parent | Nice and clean (diff) | |
download | 42-cub3d-36c540d12683633b77f6acda658fe4517eb674a5.tar.gz 42-cub3d-36c540d12683633b77f6acda658fe4517eb674a5.tar.bz2 42-cub3d-36c540d12683633b77f6acda658fe4517eb674a5.tar.xz 42-cub3d-36c540d12683633b77f6acda658fe4517eb674a5.tar.zst 42-cub3d-36c540d12683633b77f6acda658fe4517eb674a5.zip |
Clean af
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 7072628..cf8b6fa 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -130,8 +130,6 @@ typedef struct s_ray float y_side_dist; float x_delta_dist; float y_delta_dist; - float floor_x_wall; - float floor_y_wall; int16_t wall_t; int16_t wall_b; uint8_t side; |