From 911b0262ee77cdae5ac71df98496e3232fc1a4d4 Mon Sep 17 00:00:00 2001 From: sphere Date: Sun, 14 Jul 2019 02:31:33 +0200 Subject: [PATCH] Whoops, forgot to revert this. --- src/p_mobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 0428dd83b..d13b9a57c 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -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_OBJECTFLIP) - z -= 64*FRACUNIT; + z -= 24*FRACUNIT; else - z += 64*FRACUNIT; + z += 24*FRACUNIT; } mthing->z = (INT16)(z>>FRACBITS);