aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-24 20:06:05 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-24 20:06:05 +0100
commitb6736a2dc2cead76bd6a619b52d2d18ac3d4029d (patch)
treeee89b6ac356cb37a7906ff157c1f1908823b9d2b /inc/cub3d_structs.h
parentNorme and merge (diff)
download42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.gz
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.bz2
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.xz
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.zst
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.zip
Get normed
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 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