diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
commit | f57f187a59840d07cd47058022c44d464ad76522 (patch) | |
tree | 22d7e5be602a8dbd21999e43760a1fc0d0b0fdb7 /src/main.c | |
parent | INTENSE mapping (diff) | |
download | 42-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 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ int if (ft_init_winlx(clist) < 0) return (ft_exit(FT_RET_FAILED_MLX, clist)); ft_wall_tex_init(clist); + ft_weap_tex_init(clist); ft_use_args(argc, argv, envp, clist); return (FT_RET_FINE); } |