aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_lists.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_init_lists.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index b8d7c7c..6917db2 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -38,6 +38,8 @@ static t_player
return (NULL);
plist->pos_x = 0;
plist->pos_y = 0;
+ plist->start_x = 0;
+ plist->start_y = 0;
plist->cam_x = 0;
plist->dir_x = -1;
plist->dir_y = 0;