diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 00:29:49 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 00:29:49 +0100 |
commit | 22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1 (patch) | |
tree | be72cb21f3a98b800b40d686f140bcf235b5e430 /inc/cub3d_structs.h | |
parent | qwe (diff) | |
parent | Resized map (diff) | |
download | 42-cub3d-22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1.tar.gz 42-cub3d-22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1.tar.bz2 42-cub3d-22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1.tar.xz 42-cub3d-22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1.tar.zst 42-cub3d-22fa4e9c8b0442f43ddeb2192377ddc9cbc97ba1.zip |
Merge branch 'floor-opti-smart'
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index f1dfdfc..144de6f 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -137,6 +137,7 @@ typedef struct s_ray float y_delta_dist; int16_t wall_t; int16_t wall_b; + int16_t *wall_bz; uint8_t side; size_t sqx; size_t sqy; |