diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 19:14:51 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 19:14:51 +0100 |
commit | ab50e31ddbe77885bc2a517dfd239f88077ad77c (patch) | |
tree | e75334543161f6500e1d3d2ebe6ef3489fdcda44 /inc/cub3d_structs.h | |
parent | Jimi Hendrix would be proud (diff) | |
download | 42-cub3d-ab50e31ddbe77885bc2a517dfd239f88077ad77c.tar.gz 42-cub3d-ab50e31ddbe77885bc2a517dfd239f88077ad77c.tar.bz2 42-cub3d-ab50e31ddbe77885bc2a517dfd239f88077ad77c.tar.xz 42-cub3d-ab50e31ddbe77885bc2a517dfd239f88077ad77c.tar.zst 42-cub3d-ab50e31ddbe77885bc2a517dfd239f88077ad77c.zip |
Something wrong
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 995ef08..7072628 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -122,7 +122,6 @@ typedef struct s_ray { uint16_t line_h; float wall_dist; - float perp_wall_dist; float x_ray_pos; float y_ray_pos; float x_ray_dir; |