diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 19:11:44 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 19:11:44 +0100 |
commit | 7deb7b9123b359d203a9a62f56c88bd6c05edf33 (patch) | |
tree | 692f00b1d7ecae72c34e54efc4ec49da21fb85ef /src/ft_warp_level.c | |
parent | Bug fix (diff) | |
download | 42-cub3d-7deb7b9123b359d203a9a62f56c88bd6c05edf33.tar.gz 42-cub3d-7deb7b9123b359d203a9a62f56c88bd6c05edf33.tar.bz2 42-cub3d-7deb7b9123b359d203a9a62f56c88bd6c05edf33.tar.xz 42-cub3d-7deb7b9123b359d203a9a62f56c88bd6c05edf33.tar.zst 42-cub3d-7deb7b9123b359d203a9a62f56c88bd6c05edf33.zip |
I can't believe it worked
Diffstat (limited to 'src/ft_warp_level.c')
-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 af05b29..93c47a4 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -135,7 +135,6 @@ int8_t char *tmp_mup; uint8_t isoldmus; - ft_printf("%hd\n", cl->plist.life); if (!(next_path = (char *)malloc((ft_strlen(path) + 1) * sizeof(char)))) return (-1); ft_sprintf(next_path, "%s", path); @@ -155,6 +154,5 @@ int8_t ft_wall_tex_init(cl); ft_weap_tex_init(cl); ft_memdel((void*)&next_path); - ft_printf("%hd\n", cl->plist.life); return (0); } |