From 53b7df71d182f00f45c447fb4078a058ef25a6f6 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 30 Jan 2025 17:28:29 +0000 Subject: [PATCH] Apply gravity to more springtypes in binary --- src/p_mobj.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/p_mobj.c b/src/p_mobj.c index ba1e65c47..4bc25f581 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -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;