mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-08 13:06:13 -04:00
Fix excessive float usage in sightDrawZoom
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user