From 329519abf2280039d53eaa6965d712e214d7dc34 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 27 Jan 2020 19:41:18 +0100 Subject: cool --- src/ft_init_lists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_init_lists.c') diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index 3554e5e..9e66e2e 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -37,6 +37,6 @@ t_cub if (!(clist->map[0] = (char*)ft_calloc(1, sizeof(char)))) return (NULL); clist->map[1] = 0; - clist->map_width = 0; + clist->map_w = 0; return (clist); } -- cgit v1.2.3