aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_life_bar.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-22 14:47:59 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-22 14:47:59 +0100
commit558151cd594920e8322f53f382d88863a0fd6377 (patch)
treedd7fc5b3de1f873a0423734038d61bebffbb6290 /src/ft_draw_life_bar.c
parentRemoved bloat (diff)
download42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.gz
42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.bz2
42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.xz
42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.zst
42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.zip
Normed so far
Diffstat (limited to '')
-rw-r--r--src/ft_draw_life_bar.c4
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);