diff options
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); } |