aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z1r3p1.le-101.fr>2020-03-05 19:27:36 +0100
committerRudy Bousset <rbousset@z1r3p1.le-101.fr>2020-03-05 19:27:36 +0100
commitf7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26 (patch)
treef3f2ee9ec6bd10c0708a05724a5a4c409bcfbcc8 /inc/cub3d_structs.h
parentTryna be dark (diff)
download42-cub3d-f7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26.tar.gz
42-cub3d-f7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26.tar.bz2
42-cub3d-f7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26.tar.xz
42-cub3d-f7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26.tar.zst
42-cub3d-f7d46aaefc0b7a88cbadfcb83a3e7dbb63f88a26.zip
DARK
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index ab99f7b..c74a9e0 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -120,7 +120,6 @@ typedef struct s_ray
{
uint16_t line_h;
float wall_dist;
- float mid_dist;
float x_ray_pos;
float y_ray_pos;
float x_ray_dir;