small fix for drawcircle16z m32script command

git-svn-id: https://svn.eduke32.com/eduke32@1795 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-02-13 23:26:54 +00:00
parent afc266f8d2
commit ff19c75a78
1 changed files with 1 additions and 1 deletions

View File

@ -2868,7 +2868,7 @@ dodefault:
{
screencoords(&x1,&y1, x1-pos.x,y1-pos.y, zoom);
if (m32_sideview)
y1 += getscreenvdisp(z1, zoom);
y1 += getscreenvdisp(z1-pos.z, zoom);
r = mulscale14(r,zoom);
eccen = scalescreeny(eccen);
xofs = halfxdim16;