aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_del_map.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-28 15:21:21 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-28 15:21:21 +0100
commitc0264d533fc95639c8eeb570d131746f67d64fe9 (patch)
treea8e65f808c8c88060a3e22a130c8963e546619de /src/ft_del_map.c
parentremoved bloat (diff)
download42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.gz
42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.bz2
42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.xz
42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.zst
42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.zip
Removed skybox related bloat
Diffstat (limited to 'src/ft_del_map.c')
-rw-r--r--src/ft_del_map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_del_map.c b/src/ft_del_map.c
index 0c03007..49b9db9 100644
--- a/src/ft_del_map.c
+++ b/src/ft_del_map.c
@@ -26,7 +26,6 @@ void
ft_memdel((void*)&ml->fl_tex_path);
ft_memdel((void*)&ml->ce_tex_path);
ft_memdel((void*)&ml->nlevel_path);
- ft_memdel((void*)&ml->skybox_path);
ft_memdel((void*)&ml->traps_path);
ft_memdel((void*)&ml->music_path);
ft_memdel((void*)&ml->music_cmd);