Disable item respawn in NiGHTs levels

This commit is contained in:
Louis-Antoine 2019-11-14 21:21:42 +01:00
parent cccf1c8a7b
commit 18dc6013ed
1 changed files with 1 additions and 0 deletions

View File

@ -11011,6 +11011,7 @@ void P_RespawnSpecials(void)
// only respawn items when cv_itemrespawn is on
if (!(netgame || multiplayer) // Never respawn in single player
|| (maptol & TOL_NIGHTS) // Never respawn in NiGHTs
|| !cv_itemrespawn.value) // cvar is turned off
return;