diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 16:46:40 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 16:46:40 +0100 |
commit | b3aecb150f55ebc9dde7c1b09559d1566e9e92a6 (patch) | |
tree | fec17255ec594ddfb6f98121d987ada32461db06 /src/ft_warp_level.c | |
parent | normed (diff) | |
download | 42-cub3d-b3aecb150f55ebc9dde7c1b09559d1566e9e92a6.tar.gz 42-cub3d-b3aecb150f55ebc9dde7c1b09559d1566e9e92a6.tar.bz2 42-cub3d-b3aecb150f55ebc9dde7c1b09559d1566e9e92a6.tar.xz 42-cub3d-b3aecb150f55ebc9dde7c1b09559d1566e9e92a6.tar.zst 42-cub3d-b3aecb150f55ebc9dde7c1b09559d1566e9e92a6.zip |
All in sprites
Diffstat (limited to '')
-rw-r--r-- | src/ft_warp_level.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 90bd9f7..f9fac3e 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -60,8 +60,6 @@ static int8_t ft_del_sprites_lists(cl); if (ft_init_sprites(&cl->sprites) < 0) return (-1); - if (ft_init_weaps(&cl->weaps) < 0) - return (-1); if (ft_init_map(&cl->mlist) < 0) return (-1); i = 0; |