From 06ce772faa11c3ef38e00b85c56b6b195bf68c56 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 23 Mar 2020 16:21:36 +0100 Subject: Stuff to fix but ok --- src/ft_draw_life_bar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ft_draw_life_bar.c') diff --git a/src/ft_draw_life_bar.c b/src/ft_draw_life_bar.c index 955f20d..b7dc161 100644 --- a/src/ft_draw_life_bar.c +++ b/src/ft_draw_life_bar.c @@ -69,7 +69,6 @@ static void const size_t len = ft_strlen(num); const int16_t scl = cl->mlist.scale; - (void)cl; if (len == 3) { ft_put_next_number(num[0], 0, cl); @@ -96,7 +95,6 @@ static void y = cl->wlist.y_size - (cl->mlist.map_h * scl) - 10; while (y < (int16_t)(cl->wlist.y_size - 50)) { - x = ((cl->mlist.map_w * scl) + 20) + (24 * scl) - ((24 * scl) / 4); while (x < (int16_t)((cl->mlist.map_w * scl) + 10 + ((24 * scl)))) x++; y++; -- cgit v1.2.3