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