Waypoint Riser: Require Object Special for discrimination by tag

So the default is to affect all waypoints in the sector.
This commit is contained in:
James R 2020-04-04 01:28:53 -07:00
parent 89a2f8ec8d
commit 77e01f61e6

View file

@ -1807,7 +1807,10 @@ void K_AdjustWaypointsParameters (void)
){
if (
riser->type == MT_WAYPOINT_RISER &&
riser->spawnpoint->angle == waypointmobj->spawnpoint->angle
(
!( riser->spawnpoint->options & MTF_OBJECTSPECIAL ) ||
riser->spawnpoint->angle == waypointmobj->spawnpoint->angle
)
){
if (( riser->spawnpoint->options & MTF_AMBUSH ))
{