Linedef type 460: Don't do anything in Spheres gametypes

This commit is contained in:
toaster 2023-07-19 22:54:20 +01:00
parent c404e704c2
commit 63450740ba

View file

@ -4179,6 +4179,9 @@ boolean P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, cha
case 460: // Award rings case 460: // Award rings
{ {
if (gametyperules & GTR_SPHERES)
return false;
INT16 rings = args[0]; INT16 rings = args[0];
INT32 delay = args[1]; INT32 delay = args[1];
if ( if (