diff options
| author | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 20:35:25 +0100 | 
|---|---|---|
| committer | Rudy Bousset <rbousset@z1r3p1.le-101.fr> | 2020-03-05 20:35:25 +0100 | 
| commit | 74de40597085abc44b5bb9f8508594766f1318a5 (patch) | |
| tree | 2ca3eb2128920fb6828fd45ba7a41fbda2c06509 /inc | |
| parent | qweqwe (diff) | |
| download | 42-cub3d-74de40597085abc44b5bb9f8508594766f1318a5.tar.gz 42-cub3d-74de40597085abc44b5bb9f8508594766f1318a5.tar.bz2 42-cub3d-74de40597085abc44b5bb9f8508594766f1318a5.tar.xz 42-cub3d-74de40597085abc44b5bb9f8508594766f1318a5.tar.zst 42-cub3d-74de40597085abc44b5bb9f8508594766f1318a5.zip  | |
how
Diffstat (limited to '')
| -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;  | 
