mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
89a2f8ec8d
commit
77e01f61e6
1 changed files with 4 additions and 1 deletions
|
|
@ -1807,7 +1807,10 @@ void K_AdjustWaypointsParameters (void)
|
||||||
){
|
){
|
||||||
if (
|
if (
|
||||||
riser->type == MT_WAYPOINT_RISER &&
|
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 ))
|
if (( riser->spawnpoint->options & MTF_AMBUSH ))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue