aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_lists.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_init_lists.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index b551aab..d8c653f 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -122,5 +122,9 @@ int8_t
clist->moves = 0;
clist->life_num_h = 0;
clist->life_num_w = 0;
+ clist->life_cap_h = 0;
+ clist->life_cap_w = 0;
+ clist->map_back_h = 0;
+ clist->map_back_w = 0;
return (0);
}