From 7fbd59391bee9d23543ce933e91312e75276db8a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 22 Mar 2020 19:05:12 +0100 Subject: Now regimp and sound --- src/ft_init_lists.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ft_init_lists.c') diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index e94e688..dbf944d 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -33,6 +33,7 @@ t_rgb ** -1: no weapon ** 0: weapon one ** 2: weapon two +** 4: weapon two */ t_player @@ -52,6 +53,7 @@ t_player plist.plane_y = 0.66; plist.has_weapon[0] = 0; plist.has_weapon[1] = 0; + plist.has_weapon[2] = 0; plist.handles_weapon = -1; plist.life = FT_STRT_LIFE; plist.fire = 0; -- cgit v1.2.3