diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:42:04 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:42:04 +0100 |
commit | 35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4 (patch) | |
tree | f7c16c9e2d31a1c6c81e82df96f9c68769c16ae9 /src/ft_init_map.c | |
parent | in progress (diff) | |
download | 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.gz 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.bz2 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.xz 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.zst 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.zip |
In progress, Makefile was bav back then
Diffstat (limited to '')
-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 f8b91ec..27b4a39 100644 --- a/src/ft_init_map.c +++ b/src/ft_init_map.c @@ -28,6 +28,7 @@ static int8_t !(mlist->fl_tex_path = (char*)ft_calloc(1, sizeof(char))) || !(mlist->ce_tex_path = (char*)ft_calloc(1, sizeof(char))) || !(mlist->nlevel_path = (char*)ft_calloc(1, sizeof(char))) || + !(mlist->skybox_path = (char*)ft_calloc(1, sizeof(char))) || !(mlist->music_path = (char*)ft_calloc(1, sizeof(char))) || !(mlist->music_cmd = (char*)ft_calloc(1, sizeof(char))) || !(mlist->mapl = (char*)ft_calloc(1, sizeof(char))) || |