From 36c540d12683633b77f6acda658fe4517eb674a5 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 20:44:41 +0100 Subject: Clean af --- inc/cub3d_structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'inc/cub3d_structs.h') 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; -- cgit v1.2.3