diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index eb69e28..41cab3d 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -113,7 +113,6 @@ void ret = ft_parse_it(fd, clist); if (ret == -1) ft_map_error(clist); - clist->nsew = 0; if (ft_get_map_core(fd, clist) < 0) ft_map_error(clist); ft_check_map_last_line(clist); |