From d1097088999c538601158805cf77250d51513f98 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 5 Feb 2020 13:32:40 +0100 Subject: Don't mess with me boy --- src/ft_parse_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_parse_map.c') diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index f5e491f..5a72bd8 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -120,7 +120,7 @@ void ft_get_player_spawn(clist->plist, clist); ft_check_missing(clist); clist->scale = ((uint16_t)clist->wlist->x_size / - (uint16_t)clist->map_w) - 2; + (uint16_t)clist->map_w) - 1; ft_print_list(clist); close(fd); } -- cgit v1.2.3