diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 19:25:00 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 19:25:00 +0200 |
commit | 9e7508d8baeee1695cb99a98a2ed0c020f7a41e1 (patch) | |
tree | 61d3349646156203c9f79504e58253940850ecb3 /src/ft_draw_ammo_caption.c | |
parent | Renorm (diff) | |
download | 42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.gz 42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.bz2 42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.xz 42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.tar.zst 42-cub3d-9e7508d8baeee1695cb99a98a2ed0c020f7a41e1.zip |
Some more norms
Diffstat (limited to 'src/ft_draw_ammo_caption.c')
-rw-r--r-- | src/ft_draw_ammo_caption.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_draw_ammo_caption.c b/src/ft_draw_ammo_caption.c index 96e37a2..4f8bd55 100644 --- a/src/ft_draw_ammo_caption.c +++ b/src/ft_draw_ammo_caption.c @@ -34,7 +34,7 @@ static void (uint8_t)cl->tlist[22].ptr[cl->tlist[22].tex_x * 4 + 4 * cl->tlist[22].img_w * cl->tlist[22].tex_y + 2]; } - + static void ft_put_ammo_caption(t_cub *cl) { @@ -65,8 +65,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 = 20; |