diff options
Diffstat (limited to 'inc')
-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 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; |