Forgot to commit this change when moving everything over to shortmarioshifts.

This commit is contained in:
toasterbabe 2016-10-11 23:35:31 +01:00
parent 64a1fa5421
commit a842d96a48
1 changed files with 2 additions and 2 deletions

View File

@ -1322,7 +1322,7 @@ static void R_ProjectSprite(mobj_t *thing)
if (shortmarioshift)
{
yscale >>= shortmarioshift;
this_scale /= 2;
this_scale >>= shortmarioshift;
}
if ((thing->flags2 & MF2_LINKDRAW) && thing->tracer) // toast 16/09/16 (SYMMETRY)
@ -1386,7 +1386,7 @@ static void R_ProjectSprite(mobj_t *thing)
}
if (shortmarioshift)
this_scale *= 2;
this_scale <<= shortmarioshift;
if (thing->subsector->sector->cullheight)
{