mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Ignore slope anchors in P_SpawnMapThing
This commit is contained in:
parent
0999fa7096
commit
0cddfdee74
1 changed files with 2 additions and 0 deletions
|
|
@ -12072,6 +12072,8 @@ void P_SpawnMapThing(mapthing_t *mthing)
|
||||||
|
|
||||||
else if (mthing->type == 750) // Slope vertex point (formerly chaos spawn)
|
else if (mthing->type == 750) // Slope vertex point (formerly chaos spawn)
|
||||||
return;
|
return;
|
||||||
|
else if (mthing->type == 777 || mthing->type == 778) // Slope anchors
|
||||||
|
return;
|
||||||
|
|
||||||
else if (mthing->type == 300 // Ring
|
else if (mthing->type == 300 // Ring
|
||||||
|| mthing->type == 308 || mthing->type == 309 // Team Rings
|
|| mthing->type == 308 || mthing->type == 309 // Team Rings
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue