From 6ee3017b31456ae8bcf4f21389e514b67d885098 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 28 Jan 2020 16:22:51 +0100 Subject: Got tex --- src/ft_parse_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ft_parse_map.c') diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index dfa1ba6..7704ff2 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -91,7 +91,7 @@ ft_parse_map(const char *map_path, t_cub *clist) ret = 1; while (ret != 12) ret = ft_parse_it(fd, clist); - ft_get_map(void); + /* ft_get_map(void); */ /* if (ft_get_tex(fd, clist) < 0) */ /* return ; */ /* ft_check_empty_line(fd, 6, clist); */ @@ -102,6 +102,6 @@ ft_parse_map(const char *map_path, t_cub *clist) /* if (ft_get_map(fd, clist) < 0) */ /* ft_map_error(11, clist); */ /* ft_check_map_last_line(clist); */ - /* ft_print_list(clist); */ + ft_print_list(clist); close(fd); } -- cgit v1.2.3