From 558151cd594920e8322f53f382d88863a0fd6377 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 22 Mar 2020 14:47:59 +0100 Subject: Normed so far --- src/ft_draw_life_bar.c | 4 ++-- 1 file changed, 2 insertions(+), 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 64d1f1f..7aa5afc 100644 --- a/src/ft_draw_life_bar.c +++ b/src/ft_draw_life_bar.c @@ -88,8 +88,8 @@ static void static void ft_get_hw(t_cub *cl) { - int16_t x; - int16_t y; + int16_t x; + int16_t y; const int16_t scl = cl->mlist.scale; x = ((cl->mlist.map_w * scl) + 20) + (32 * scl) - ((32 * scl) / 4); -- cgit v1.2.3