From 1042dbf51a17cd055e764df669a91007261d638a Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 19 Feb 2020 19:24:52 +0100 Subject: tweak --- inc/cub3d_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 2c77758..baae914 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -62,6 +62,7 @@ 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; -- cgit v1.2.3