diff options
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 58caa73..3f3fb0e 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -173,10 +173,10 @@ typedef struct s_ray int32_t ***fc_tex_y_tab; float *row_dist_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; - int16_t *wall_bz; } t_ray; typedef struct s_map |