aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_print_list.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_print_list.c4
1 files changed, 0 insertions, 4 deletions
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");
}