diff options
author | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 18:37:31 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 18:37:31 +0100 |
commit | 5e40352aa28c29c7e10b11c576a743d03beeaaf1 (patch) | |
tree | a80a1ca9cefa7c61c26441df3d4d088ded83c708 /src/ft_init_lists.c | |
parent | Smooth (diff) | |
download | 42-cub3d-5e40352aa28c29c7e10b11c576a743d03beeaaf1.tar.gz 42-cub3d-5e40352aa28c29c7e10b11c576a743d03beeaaf1.tar.bz2 42-cub3d-5e40352aa28c29c7e10b11c576a743d03beeaaf1.tar.xz 42-cub3d-5e40352aa28c29c7e10b11c576a743d03beeaaf1.tar.zst 42-cub3d-5e40352aa28c29c7e10b11c576a743d03beeaaf1.zip |
Changed move speed
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index 1233eaa..8bb0d24 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -43,7 +43,7 @@ static t_player plist->dir_x = -1; plist->dir_y = 0; plist->plane_x = 0; - plist->plane_y = 0.50; + plist->plane_y = 0.66; return (plist); } |