mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Whoops, forgot to revert this.
This commit is contained in:
parent
6b6efa3909
commit
530683ae01
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue