From e11e26f5ab1653355b4a3bb265c485f977862037 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 17:43:14 +0100 Subject: Psychedelic --- inc/cub3d_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index cba13c0..7072628 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -130,8 +130,8 @@ typedef struct s_ray float y_side_dist; float x_delta_dist; float y_delta_dist; - double floor_x_wall; - double floor_y_wall; + float floor_x_wall; + float floor_y_wall; int16_t wall_t; int16_t wall_b; uint8_t side; -- cgit v1.2.3