diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 14:34:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 14:34:46 +0100 |
commit | 2c2cc12429258af73dae0978f9ebc53efae38566 (patch) | |
tree | 81afa50b1c8568e345767e65225eb282027caa2f /src/ft_init_lists.c | |
parent | Cool (diff) | |
download | 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.gz 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.bz2 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.xz 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.zst 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.zip |
ok for now
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 4 |
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); } |