aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_map.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:17:54 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:17:54 +0100
commit46ed1046b3d8e9dfbb9438552582898c3c79a9f5 (patch)
treefd1d0c451944d55945375cceeda800ac6664cf27 /src/ft_init_map.c
parentMap update (diff)
download42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.gz
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.bz2
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.xz
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.zst
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.zip
Chelou maps work, now sides check
Diffstat (limited to 'src/ft_init_map.c')
-rw-r--r--src/ft_init_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index a6704b6..e2cfa21 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -42,6 +42,7 @@ int8_t
mlist->map[1] = 0;
mlist->map_w = 0;
mlist->map_h = 0;
+ mlist->mapl_len = 0;
mlist->x_step = 0;
mlist->y_step = 0;
mlist->line_chk = 0;