From cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 23 Mar 2020 20:00:20 +0100 Subject: This is great --- inc/cub3d_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index fb690ee..1596831 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -168,8 +168,8 @@ typedef struct s_ray float y_floor; int32_t x_cell; int32_t y_cell; + int32_t *tex_x_tab; int16_t *wall_t_tab; - int16_t *wall_b_tab; uint8_t *w_side_tab; uint16_t *line_h_tab; float *wall_dist_tab; -- cgit v1.2.3