mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Linedef type 460: Don't do anything in Spheres gametypes
This commit is contained in:
		
							parent
							
								
									c404e704c2
								
							
						
					
					
						commit
						63450740ba
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4179,6 +4179,9 @@ boolean P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, cha
 | 
			
		|||
 | 
			
		||||
		case 460: // Award rings
 | 
			
		||||
			{
 | 
			
		||||
				if (gametyperules & GTR_SPHERES)
 | 
			
		||||
					return false;
 | 
			
		||||
 | 
			
		||||
				INT16 rings = args[0];
 | 
			
		||||
				INT32 delay = args[1];
 | 
			
		||||
				if (
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue