diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-08 00:26:09 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-08 00:26:09 +0100 |
commit | 1842a21f7187f32982f9f19623affbc48b4f4573 (patch) | |
tree | 37ac21c1fa4bdb5cac2e407015c3c2e23578c6c8 /src/ft_warp_level.c | |
parent | defines are bav (diff) | |
download | 42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.gz 42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.bz2 42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.xz 42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.zst 42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.zip |
I gotta figure out
Diffstat (limited to 'src/ft_warp_level.c')
-rw-r--r-- | src/ft_warp_level.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 37789a5..09fbc7c 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -45,6 +45,7 @@ static void cl->plist.pos_x = 0; cl->plist.pos_y = 0; + cl->plist.pos_z = 0; cl->plist.start_x = 0; cl->plist.start_y = 0; cl->plist.cam_x = 0; |