Polyobj waypoint thinker optimise
All threads resolved!
All threads resolved!
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
Activity
Filter activity
- Resolved by Monster Iestyn
- Resolved by Monster Iestyn
added 1 commit
- 1d04001f - use P_SetTarget to assign a value to th->target
- Resolved by SteelT
added 1 commit
- 7c9b1ee2 - Fix P_SetTarget crash by setting th->target to NULL first
mentioned in commit b5df2d5c
Please register or sign in to reply