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