aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 1 insertions, 1 deletions
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;