diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 15:28:26 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 15:28:26 +0100 |
commit | 3205176d60f52ce487c3e3c5efaa89e15b9dd5ca (patch) | |
tree | 4a41010a24a01be60eb11a77e3556d7643b67769 /src/ft_floor_cast.c | |
parent | Norme iksde (diff) | |
download | 42-cub3d-3205176d60f52ce487c3e3c5efaa89e15b9dd5ca.tar.gz 42-cub3d-3205176d60f52ce487c3e3c5efaa89e15b9dd5ca.tar.bz2 42-cub3d-3205176d60f52ce487c3e3c5efaa89e15b9dd5ca.tar.xz 42-cub3d-3205176d60f52ce487c3e3c5efaa89e15b9dd5ca.tar.zst 42-cub3d-3205176d60f52ce487c3e3c5efaa89e15b9dd5ca.zip |
Normed
Diffstat (limited to 'src/ft_floor_cast.c')
-rw-r--r-- | src/ft_floor_cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_floor_cast.c b/src/ft_floor_cast.c index 9077b9b..e7d3b0f 100644 --- a/src/ft_floor_cast.c +++ b/src/ft_floor_cast.c @@ -16,7 +16,7 @@ void ft_floor_cast(t_cub *cl) { - t_ray *rl; + t_ray *rl; const uint32_t map_x = (uint32_t)&cl->plist.pos_x; const uint32_t map_y = (uint32_t)&cl->plist.pos_y; |