mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Disable item respawn in NiGHTs levels
This commit is contained in:
parent
c5003cb494
commit
c0fb5489df
1 changed files with 1 additions and 0 deletions
|
|
@ -11011,6 +11011,7 @@ void P_RespawnSpecials(void)
|
||||||
|
|
||||||
// only respawn items when cv_itemrespawn is on
|
// only respawn items when cv_itemrespawn is on
|
||||||
if (!(netgame || multiplayer) // Never respawn in single player
|
if (!(netgame || multiplayer) // Never respawn in single player
|
||||||
|
|| (maptol & TOL_NIGHTS) // Never respawn in NiGHTs
|
||||||
|| !cv_itemrespawn.value) // cvar is turned off
|
|| !cv_itemrespawn.value) // cvar is turned off
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue