aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_init_lists.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 15:07:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 15:07:56 +0100
commit6a59f0977efc8a25f98fb35b381432484efa1289 (patch)
treeebdec6004f1fdbe33c66e81724734e331db5f896 /src/ft_init_lists.c
parentok for now (diff)
download42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.gz
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.bz2
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.xz
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.zst
42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.zip
Good start
Diffstat (limited to 'src/ft_init_lists.c')
-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 d8c653f..942b9a4 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -126,5 +126,9 @@ int8_t
clist->life_cap_w = 0;
clist->map_back_h = 0;
clist->map_back_w = 0;
+ clist->amm_back_h = 0;
+ clist->amm_back_w = 0;
+ clist->ammo_cap_h = 0;
+ clist->ammo_cap_w = 0;
return (0);
}