From 8c3b79c41048539d01f689d2fd3262b9b08ed00b Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 2 Feb 2020 19:07:38 +0100 Subject: Parsed player spawn --- src/ft_print_list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ft_print_list.c') diff --git a/src/ft_print_list.c b/src/ft_print_list.c index 45ef1fe..5f59bc0 100644 --- a/src/ft_print_list.c +++ b/src/ft_print_list.c @@ -39,5 +39,6 @@ void 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