diff options
Diffstat (limited to 'src/ft_parse_map.c')
-rw-r--r-- | src/ft_parse_map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 85337f0..3014900 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -118,8 +118,7 @@ void ft_check_map_last_line(clist); ft_get_player_spawn(clist->plist, clist); ft_check_missing(clist); + ft_set_minimap_scale(clist); ft_print_list(clist); - ((clist->scale = ((uint16_t)clist->wlist->x_size / - (uint16_t)clist->map_w) - 1) < 1) ? (clist->scale = 1) : 0; close(fd); } |