mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +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 302:
|
||||||
case 303:
|
case 303:
|
||||||
case 304:
|
case 304:
|
||||||
|
break;
|
||||||
|
|
||||||
case 308: // Race-only linedef executor. Triggers once.
|
case 308: // Race-only linedef executor. Triggers once.
|
||||||
if (!(gametyperules & GTR_CIRCUIT))
|
if (!(gametyperules & GTR_CIRCUIT))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue