Skip to content

Make the Spawn Object linedef executor able to set the object's angle.

sphere requested to merge angle-for-spawn-object into next

This merge request allows linedef type 461, Spawn Object, to set the angle of the spawned object. This is done by checking the Slope Skew (or Effect 1) flag on the linedef, which will make the spawned object's angle equal to the linedef's angle.

Merge request reports