diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:28:38 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:28:38 +0100 |
commit | 90c93c385af0fbe3c279b805dc64b84910075231 (patch) | |
tree | b0d466a85fc668dd4ca6639d40cfd775611ccbb8 /src/ft_init_map.c | |
parent | Norme is pretty bav (diff) | |
download | 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.gz 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.bz2 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.xz 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.zst 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.zip |
in progress
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 68a3b6d..f8b91ec 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->isskybox = 0; mlist->darklvl = 0; mlist->scale = 0; mlist->nlx = 0; |