diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 15:19:25 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 15:19:25 +0100 |
commit | becd4588f7bce0823228f721bffe40ee2e3bd68c (patch) | |
tree | dda3788b46d5a68c8c3a702631fcebc85c8607eb /src/ft_init_lists.c | |
parent | Wonderful my entier parsing is wrong (diff) | |
download | 42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.gz 42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.bz2 42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.xz 42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.zst 42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.zip |
Everything is terrible but this might work
Diffstat (limited to '')
-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 5c14731..1b4ab59 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -38,6 +38,6 @@ t_cub return (NULL); clist->map[1] = 0; clist->map_w = 0; - clist->line_chk = 0; + clist->line_chk = 1; return (clist); } |