From e67e581b98e7487d86792cf24c333626ba2c9ffb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 14 Apr 2020 17:53:00 +0200 Subject: More norm --- src/ft_draw_handweap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_draw_handweap.c') diff --git a/src/ft_draw_handweap.c b/src/ft_draw_handweap.c index a2eabf3..7c982bc 100644 --- a/src/ft_draw_handweap.c +++ b/src/ft_draw_handweap.c @@ -75,7 +75,7 @@ static void cl->tweap[w_id].tex_x += move / 4; if (cl->tweap[w_id].ptr[cl->tweap[w_id].tex_x * 4 + 4 * cl->tweap[w_id].img_h * cl->tweap[w_id].tex_y]) - ft_put_weapon_image(w_id, y, x, cl); + ft_put_weapon_image(w_id, y, x, cl); x++; } y++; -- cgit v1.2.3