Apply gravity to more springtypes in binary

This commit is contained in:
NepDisk 2025-01-30 17:28:29 +00:00
parent 70b4804d04
commit 53b7df71d1

View file

@ -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;