From e6bbc5e1a7d1b88a5ed241283ec19fbaa672dc33 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 5 Feb 2020 14:12:03 +0100 Subject: Bug fix --- src/ft_init_lists.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ft_init_lists.c') diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index 175f5ee..291ef7b 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -70,6 +70,7 @@ t_cub clist->f_color = -1; clist->c_color = -1; clist->map_w = 0; + clist->map_h = 0; clist->line_chk = 0; clist->map_start = 0; clist->isspawn = 0; -- cgit v1.2.3