From cb393a87f559fdb9d02152a54df42ba261f14254 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 7 May 2022 20:42:40 -0400 Subject: [PATCH] Readd NOTHINK since interpolation is handled outside of thinker --- src/p_mobj.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 7fb3be772..b79c2a9a2 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -10283,13 +10283,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type) } } - // OK so we kind of need NOTHINK objects to still think - // because otherwise they can never update their - // interpolation values. They might need some other kind - // of system, so consider this temporary... -#if 0 if (!(mobj->flags & MF_NOTHINK)) -#endif P_AddThinker(THINK_MOBJ, &mobj->thinker); if (mobj->skin) // correct inadequecies above.