From 61f5487c6edc6227053b24ed95a6a61d9bc100db Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sat, 21 Mar 2020 17:19:33 +0100
Subject: Trying the malloc method

---
 src/ft_draw_life_bar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ft_draw_life_bar.c b/src/ft_draw_life_bar.c
index 42127d4..4fd8a84 100644
--- a/src/ft_draw_life_bar.c
+++ b/src/ft_draw_life_bar.c
@@ -27,8 +27,8 @@
 static void
 	ft_put_percent_image(uint16_t h, uint16_t w, t_cub *cl)
 {
-	float	x_ratio;
-	float	y_ratio;
+	int32_t	x_ratio;
+	int32_t	y_ratio;
 	int16_t	x;
 	int16_t	y;
 	const int16_t	scl = cl->mlist.scale;
-- 
cgit v1.2.3