aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_init_lists.c')
-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 d1b589e..7bf716b 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -111,5 +111,7 @@ int8_t
ft_sprintf(clist->fps_count, "fps: 60");
clist->isdead = 0;
clist->moves = 0;
+ clist->h = 0;
+ clist->w = 0;
return (0);
}