From 4f154eaf3a8f531999db140c2040f10016042b9d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 24 Mar 2020 14:25:19 +0100 Subject: Ram issues --- 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 d9deb8a..58caa73 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -169,8 +169,8 @@ typedef struct s_ray float x_floor; float y_floor; int32_t *tex_x_tab; - float *x_floor_tab; - float *y_floor_tab; + int32_t ***fc_tex_x_tab; + int32_t ***fc_tex_y_tab; float *row_dist_tab; int16_t *wall_t_tab; uint8_t *w_side_tab; -- cgit v1.2.3