From 74c7156ece4d4abb7ebd5bb8886a84ac2713380e Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 16:17:27 +0100 Subject: Removed bloat --- src/ft_init_map.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ft_init_map.c') diff --git a/src/ft_init_map.c b/src/ft_init_map.c index 965bf8e..1c12189 100644 --- a/src/ft_init_map.c +++ b/src/ft_init_map.c @@ -49,8 +49,6 @@ int8_t mlist->mapl_len = 0; mlist->x_step = 0; mlist->y_step = 0; - mlist->x_floor_step = 0; - mlist->y_floor_step = 0; mlist->line_chk = 0; mlist->map_start = 0; mlist->isspawn = 0; -- cgit v1.2.3