aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_init_map.c')
-rw-r--r--src/ft_init_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index 1b55d17..9ddbb47 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -70,6 +70,7 @@ int8_t
ft_bzero(mlist->heals_order, 64);
mlist->weaps_nbr[0] = 0;
mlist->weaps_nbr[1] = 0;
+ mlist->weaps_nbr[2] = 0;
ft_bzero(mlist->weaps_order, 1);
return (0);
}