aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_weapons_extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_draw_weapons_extra.c')
-rw-r--r--src/ft_draw_weapons_extra.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_draw_weapons_extra.c b/src/ft_draw_weapons_extra.c
index 04b61ea..ed3ed53 100644
--- a/src/ft_draw_weapons_extra.c
+++ b/src/ft_draw_weapons_extra.c
@@ -10,10 +10,8 @@
/* */
/* ************************************************************************** */
-#include <libft.h>
#include <cub3d.h>
#include <stdint.h>
-#include <stdlib.h>
static void
ft_calc_weapon(uint8_t id, t_cub *cl)
@@ -40,4 +38,5 @@ void
{
ft_calc_weapon(0, cl);
ft_calc_weapon(1, cl);
+ ft_calc_weapon(2, cl);
}