From a2dc982a92d8f1745831f0ded8e082c445030ff0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 24 Mar 2020 00:25:18 +0100 Subject: Doesn't look too bad --- inc/cub3d_structs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 49ede14..d9deb8a 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -168,9 +168,10 @@ typedef struct s_ray float row_dist; float x_floor; float y_floor; - int32_t x_cell; - int32_t y_cell; int32_t *tex_x_tab; + float *x_floor_tab; + float *y_floor_tab; + float *row_dist_tab; int16_t *wall_t_tab; uint8_t *w_side_tab; uint16_t *line_h_tab; -- cgit v1.2.3