mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
rotate flag applies to all springs
This commit is contained in:
parent
9d8cb5247a
commit
594e1cb41a
1 changed files with 1 additions and 1 deletions
|
|
@ -12064,7 +12064,7 @@ ML_NOCLIMB : Direction not controllable
|
|||
{
|
||||
if (mthing->options & MTF_AMBUSH)
|
||||
{
|
||||
if (i == MT_YELLOWDIAG || i == MT_REDDIAG)
|
||||
if (mobj->flags & MF_SPRING)
|
||||
mobj->angle += ANGLE_22h;
|
||||
|
||||
if (mobj->flags & MF_NIGHTSITEM)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue