aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_map.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 17:16:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 17:16:48 +0100
commita88662bebb21d598c7d06f09433950ba10155cff (patch)
tree42af13d4544744253fa55fbea0e9cbd40a6354e4 /src/ft_init_map.c
parentGet normed (diff)
parentpourquoi se priver de stack (diff)
download42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.gz
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.bz2
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.xz
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.zst
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.zip
Merge branch 'better_m_s'
Diffstat (limited to '')
-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 9ddbb47..d252f2e 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -66,6 +66,7 @@ int8_t
mlist->topsp = 0;
ft_bzero(mlist->sprite_nbr, 4096);
ft_bzero(mlist->sprite_order, 4096);
+ ft_bzero(mlist->st_o, 4096);
ft_bzero(mlist->traps_order, 512);
ft_bzero(mlist->heals_order, 64);
mlist->weaps_nbr[0] = 0;