diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-10 02:53:17 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-10 02:53:17 +0100 |
commit | fa363a935fab25f9150378e2b1e03dc745cf3255 (patch) | |
tree | dde94d0d68a1809e7b451762c0e7204b66e25ce4 /src | |
parent | Merge branch 'skybox' (diff) | |
download | 42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.gz 42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.bz2 42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.xz 42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.tar.zst 42-cub3d-fa363a935fab25f9150378e2b1e03dc745cf3255.zip |
updated larry world
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_init_lists.c | 2 | ||||
-rw-r--r-- | src/ft_warp_level.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index d27df52..bd2ae74 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -42,7 +42,7 @@ static t_player plist.dir_x = -1; plist.dir_y = 0; plist.plane_x = 0; - plist.plane_y = 0.80; + plist.plane_y = 0.66; return (plist); } diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 0af4ecb..4a02c2b 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -55,7 +55,7 @@ static void cl->plist.dir_x = -1; cl->plist.dir_y = 0; cl->plist.plane_x = 0; - cl->plist.plane_y = 0.66666666; + cl->plist.plane_y = 0.66; cl->f_rgb = ft_init_rgb(); cl->c_rgb = ft_init_rgb(); cl->rlist = ft_init_s_ray(); |