mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-14 18:53:05 +00:00
Merge branch 'once-in-battle' into 'master'
Don't disable linedef executors other than 308 outside of Race See merge request KartKrew/Kart!380
This commit is contained in:
commit
ea2223abe6
1 changed files with 1 additions and 0 deletions
|
|
@ -6745,6 +6745,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