Whoops, forgot to revert this.

This commit is contained in:
sphere 2019-07-14 02:31:33 +02:00
parent 9c73424b4b
commit 911b0262ee
1 changed files with 2 additions and 2 deletions

View File

@ -12582,9 +12582,9 @@ void P_SpawnHoopsAndRings(mapthing_t *mthing, boolean bonustime)
if (mthing->options & MTF_AMBUSH) // Special flag for rings if (mthing->options & MTF_AMBUSH) // Special flag for rings
{ {
if (mthing->options & MTF_OBJECTFLIP) if (mthing->options & MTF_OBJECTFLIP)
z -= 64*FRACUNIT; z -= 24*FRACUNIT;
else else
z += 64*FRACUNIT; z += 24*FRACUNIT;
} }
mthing->z = (INT16)(z>>FRACBITS); mthing->z = (INT16)(z>>FRACBITS);