From 74de40597085abc44b5bb9f8508594766f1318a5 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 5 Mar 2020 20:35:25 +0100 Subject: how --- inc/cub3d_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index c74a9e0..620e8fc 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -120,6 +120,7 @@ typedef struct s_ray { uint16_t line_h; float wall_dist; + float ceil_dist; float x_ray_pos; float y_ray_pos; float x_ray_dir; -- cgit v1.2.3