From abd5a0b943801193d578da13fd0b34125a747494 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 3 Jul 2020 15:21:39 +0200 Subject: [PATCH] fixed the graphical sizes of wolves and orbs --- polygons.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polygons.cpp b/polygons.cpp index bc776755..c225110a 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -222,7 +222,7 @@ void geometry_information::bshape(hpcshape& sh, PPR prio, double shzoom, int sha while(polydata[whereis + 2*qty] != NEWSHAPE) qty++; double shzoomx = shzoom; double shzoomy = shzoom; - if(shzoom == WOLF) shzoomx = 1.5 * (!BITRUNCATED && !arcm::in() ? scalefactor : 1), shzoomy = 1.6 * (!BITRUNCATED && !arcm::in() ? scalefactor : 1); + if(shzoom == WOLF) shzoomx = 1.5 * scalefactor, shzoomy = 1.6 * scalefactor; if(&sh == &cgi.shPikeBody) shzoomx *= 1.1, shzoomy *= 1.5; if(&sh == &cgi.shPikeEye) shzoomx *= 1.1, shzoomy *= 1.5; int rots2 = rots; @@ -527,9 +527,9 @@ void geometry_information::procedural_shapes() { } bshape(shEgg, PPR::ITEM); - + RING(i) - hpcpush(hpxy(sin(i*2*M_PI/S84)*.15, cos(i*2*M_PI/S84)*.11)); + hpcpush(hpxy(sin(i*2*M_PI/S84)*0.242 * orbsize, cos(i*2*M_PI/S84)*0.177*orbsize)); bshape(shRing, PPR::ITEM); RING(i)