diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:10:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:10:56 +0100 |
commit | 427f42c41885c29d6859ebd947817af10ebb09ee (patch) | |
tree | 6b7c24066d49a412742cf08aabe574bbb38a5d90 /src/ft_init_map.c | |
parent | Preparing to parse the darkness (diff) | |
download | 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.gz 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.bz2 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.xz 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.zst 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.zip |
Best parser
Diffstat (limited to 'src/ft_init_map.c')
-rw-r--r-- | src/ft_init_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c index 3daa3b7..68a3b6d 100644 --- a/src/ft_init_map.c +++ b/src/ft_init_map.c @@ -58,6 +58,7 @@ int8_t mlist->isctex = 0; mlist->isnlvl = 0; mlist->ismusic = 0; + mlist->darklvl = 0; mlist->scale = 0; mlist->nlx = 0; mlist->nly = 0; |