From 2f7026b4a1721016dbba55e6ec4d5e3b0723952d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 31 Mar 2020 21:49:18 +0200 Subject: GOTY --- src/ft_shoot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_shoot.c') diff --git a/src/ft_shoot.c b/src/ft_shoot.c index 5342509..7f12eb6 100644 --- a/src/ft_shoot.c +++ b/src/ft_shoot.c @@ -49,7 +49,7 @@ static int8_t { if (cl->plist.handles_weapon == 0 && sqrtf(powf(cl->plist.pos_x - cl->rlist.sqy, 2) - + powf(cl->plist.pos_y - cl->rlist.sqx, 2)) > 1.7) + + powf(cl->plist.pos_y - cl->rlist.sqx, 2)) > 1.3) return (0); return (1); } -- cgit v1.2.3