diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-26 22:28:11 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-26 22:28:11 +0100 |
commit | 29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede (patch) | |
tree | a6060e809807384d96099df120d0c423d1da09b1 /src/ft_parse_map.c | |
parent | Better error management (diff) | |
download | 42-cub3d-29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede.tar.gz 42-cub3d-29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede.tar.bz2 42-cub3d-29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede.tar.xz 42-cub3d-29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede.tar.zst 42-cub3d-29b45c0bbdcc3a8eb980d6fdc65efa09382c0ede.zip |
Can't believe it
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 32ba5d8..70b81d4 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -56,4 +56,5 @@ ft_parse_map(const char *map_path, t_win *wlist) ft_get_colors(fd, wlist); ft_print_list(wlist); ft_check_empty_line(fd, 10, wlist); + ft_get_map(fd, wlist); } |