diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_draw_ammo_caption.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_draw_ammo_caption.c b/src/ft_draw_ammo_caption.c index 9231478..0d35c34 100644 --- a/src/ft_draw_ammo_caption.c +++ b/src/ft_draw_ammo_caption.c @@ -74,7 +74,6 @@ static void while (y < (int16_t)((cl->wlist.y_size - 10) - (2 * ((cl->mlist.map_h * scl) / 1.3)) - 10)) { - x = 20; while (x < (int16_t)((cl->mlist.map_w * scl) + 5)) x++; y++; |