Also addresses a bug which ProcessNewPosition by itself doesn't seem to handle on loads, where the tile occupied by the LOS helper at the time the save was made is still occupied post-load. ProcessNewPosition takes care of that if the old spot was in cover, but not if it's out in the open.
Also addresses a bug which
ProcessNewPosition
by itself doesn't seem to handle on loads, where the tile occupied by the LOS helper at the time the save was made is still occupied post-load.ProcessNewPosition
takes care of that if the old spot was in cover, but not if it's out in the open.