Fix excessive float usage in sightDrawZoom

This commit is contained in:
Ryan Dwyer 2022-10-27 08:21:33 +10:00
parent 8b19b8a018
commit 010a6851bf
1 changed files with 4 additions and 4 deletions

View File

@ -1162,10 +1162,10 @@ Gfx *sightDrawZoom(Gfx *gdl, bool sighton)
s32 availableright;
f32 zoominfovy;
f32 frac;
f32 marginright;
f32 margintop;
f32 marginbottom;
f32 marginleft;
s32 marginright;
s32 margintop;
s32 marginbottom;
s32 marginleft;
s32 cornerwidth;
s32 cornerheight;
s32 weaponnum;