rotate flag applies to all springs

This commit is contained in:
TehRealSalt 2019-09-23 03:48:50 -04:00
parent 9d8cb5247a
commit 594e1cb41a

View file

@ -12064,7 +12064,7 @@ ML_NOCLIMB : Direction not controllable
{ {
if (mthing->options & MTF_AMBUSH) if (mthing->options & MTF_AMBUSH)
{ {
if (i == MT_YELLOWDIAG || i == MT_REDDIAG) if (mobj->flags & MF_SPRING)
mobj->angle += ANGLE_22h; mobj->angle += ANGLE_22h;
if (mobj->flags & MF_NIGHTSITEM) if (mobj->flags & MF_NIGHTSITEM)