From fe145d4c59886b857b0966f8e9b673cfacc0695f Mon Sep 17 00:00:00 2001 From: salaaad2 <arthudurant263@gmail.com> Date: Mon, 24 Feb 2020 22:20:33 +0100 Subject: found 2 infinit loops hehe --- inc/cub3d.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 5f1c6f8..c3236a5 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -90,6 +90,7 @@ void ft_draw_life_bar(size_t map_w, const int8_t life, t_cub *cl); void ft_music(t_cub *cl); -void ft_draw_sprite(t_cub *cl, int i); +void ft_calc_sprite_norme(t_cub *cl); +void ft_draw_sprite(t_cub *cl); # endif -- cgit v1.2.3