mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-08 04:06:25 +00:00
Only disable 308 outside of Race
This commit is contained in:
parent
4993d2ce39
commit
a9a1779e19
1 changed files with 1 additions and 0 deletions
|
|
@ -6744,6 +6744,7 @@ void P_SpawnSpecials(boolean fromnetsave)
|
|||
case 302:
|
||||
case 303:
|
||||
case 304:
|
||||
break;
|
||||
|
||||
case 308: // Race-only linedef executor. Triggers once.
|
||||
if (!(gametyperules & GTR_CIRCUIT))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue