From b5db3b2ddc383fe66c4d7d00fd7cd1cfb5a9fe9c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 2 Feb 2020 20:53:04 +0100 Subject: I can't turn --- src/ft_print_list.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ft_print_list.c') diff --git a/src/ft_print_list.c b/src/ft_print_list.c index 5f59bc0..601a498 100644 --- a/src/ft_print_list.c +++ b/src/ft_print_list.c @@ -36,9 +36,5 @@ void i++; } ft_printf("Map width -- [%zu]\n", clist->map_w); - ft_printf("----\n"); - ft_printf("Player pos X [%zu]\n", clist->plist->pos_x); - ft_printf("Player pos Y [%zu]\n", clist->plist->pos_y); - ft_printf("Player view [%hhu]\n", clist->plist->view_side); ft_printf("----------------------\n"); } -- cgit v1.2.3