Apply gravity to more springtypes in binary
This commit is contained in:
parent
70b4804d04
commit
53b7df71d1
1 changed files with 6 additions and 0 deletions
|
|
@ -12003,6 +12003,12 @@ static boolean P_SetupSpawnedMapThing(mapthing_t *mthing, mobj_t *mobj, boolean
|
|||
case MT_REDDIAG:
|
||||
case MT_YELLOWDIAG:
|
||||
case MT_BLUEDIAG:
|
||||
case MT_GREYDIAG:
|
||||
case MT_REDSPRING:
|
||||
case MT_BLUESPRING:
|
||||
case MT_GREYSPRING:
|
||||
case MT_YELLOWSPRING:
|
||||
case MT_INVISSPRING:
|
||||
{
|
||||
if (!udmf)
|
||||
mobj->flags ^= MF_NOGRAVITY;
|
||||
|
|
|
|||
Loading…
Reference in a new issue