aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 20:00:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 20:00:20 +0100
commitcc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01 (patch)
tree36dac1a0a4a1aac6e41d731d4a5fb6f7c5f7a691 /inc/cub3d_structs.h
parentAlmost there (diff)
download42-cub3d-cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01.tar.gz
42-cub3d-cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01.tar.bz2
42-cub3d-cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01.tar.xz
42-cub3d-cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01.tar.zst
42-cub3d-cc8c83d66e4cfa8f3660c7fbfefc15d3b5d7aa01.zip
This is great
Diffstat (limited to 'inc/cub3d_structs.h')
-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;