diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 17:43:14 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 17:43:14 +0100 |
commit | e11e26f5ab1653355b4a3bb265c485f977862037 (patch) | |
tree | 29d2be54f0ee2c4bd8850c0e1d892579e4022c31 /inc | |
parent | Removed sceret door bonus because it is no door (diff) | |
download | 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.gz 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.bz2 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.xz 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.zst 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.zip |
Psychedelic
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index cba13c0..7072628 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -130,8 +130,8 @@ typedef struct s_ray float y_side_dist; float x_delta_dist; float y_delta_dist; - double floor_x_wall; - double floor_y_wall; + float floor_x_wall; + float floor_y_wall; int16_t wall_t; int16_t wall_b; uint8_t side; |