aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_warp_level.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 13:28:52 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 13:28:52 +0100
commitf57f187a59840d07cd47058022c44d464ad76522 (patch)
tree22d7e5be602a8dbd21999e43760a1fc0d0b0fdb7 /src/ft_warp_level.c
parentINTENSE mapping (diff)
download42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.gz
42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.bz2
42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.xz
42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.zst
42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.zip
Loaded weapon images needs to memory
Diffstat (limited to '')
-rw-r--r--src/ft_warp_level.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c
index a2b6006..09f0322 100644
--- a/src/ft_warp_level.c
+++ b/src/ft_warp_level.c
@@ -116,6 +116,7 @@ int8_t
if (isoldmus)
ft_memdel((void*)&tmp_mup);
ft_wall_tex_init(cl);
+ ft_weap_tex_init(cl);
ft_memdel((void*)&next_path);
return (0);
}