Skip to content

Polyobj waypoint thinker optimise

Monster Iestyn requested to merge polyobj-waypoint-thinker-optimise into next

An attempt at optimising the thinker for PolyObjects that follow waypoint. In particular, a pointer to the waypoint the PolyObject is currently going to is introduced, so the waypoint thinker doesn't have to go through the entire mobj thinker list every tic just to re-find the next waypoint every time.

Merge request reports