diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 17:53:00 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 17:53:00 +0200 |
commit | e67e581b98e7487d86792cf24c333626ba2c9ffb (patch) | |
tree | cf3ba3ec88e26d95ce8ca4319efea6941795e800 /src/ft_draw_handweap.c | |
parent | Normed this (diff) | |
download | 42-cub3d-e67e581b98e7487d86792cf24c333626ba2c9ffb.tar.gz 42-cub3d-e67e581b98e7487d86792cf24c333626ba2c9ffb.tar.bz2 42-cub3d-e67e581b98e7487d86792cf24c333626ba2c9ffb.tar.xz 42-cub3d-e67e581b98e7487d86792cf24c333626ba2c9ffb.tar.zst 42-cub3d-e67e581b98e7487d86792cf24c333626ba2c9ffb.zip |
More norm
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++; |