mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Remove double brackets
This commit is contained in:
		
							parent
							
								
									b63f4a66e8
								
							
						
					
					
						commit
						4e0f4ed709
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -321,7 +321,7 @@ static void D_Display(void)
 | 
			
		|||
				F_RunWipe(wipedefs[wipedefindex], gamestate != GS_TIMEATTACK);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			if ((gamestate != GS_LEVEL && rendermode != render_none))
 | 
			
		||||
			if (gamestate != GS_LEVEL && rendermode != render_none)
 | 
			
		||||
			{
 | 
			
		||||
				V_SetPaletteLump("PLAYPAL"); // Reset the palette
 | 
			
		||||
				R_ReInitColormaps(0, LUMPERROR);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue