diff --git a/src/game/sight.c b/src/game/sight.c index 876d1682f..cb8d2a341 100644 --- a/src/game/sight.c +++ b/src/game/sight.c @@ -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;