diff options
Diffstat (limited to 'src/ft_draw_handweap.c')
-rw-r--r-- | src/ft_draw_handweap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++; |