mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Readd NOTHINK since interpolation is handled outside of thinker
This commit is contained in:
parent
e3a51b1a5a
commit
cb393a87f5
1 changed files with 0 additions and 6 deletions
|
|
@ -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))
|
if (!(mobj->flags & MF_NOTHINK))
|
||||||
#endif
|
|
||||||
P_AddThinker(THINK_MOBJ, &mobj->thinker);
|
P_AddThinker(THINK_MOBJ, &mobj->thinker);
|
||||||
|
|
||||||
if (mobj->skin) // correct inadequecies above.
|
if (mobj->skin) // correct inadequecies above.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue