mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Merge branch 'eliminatelast-in-menus' into 'master'
"Last Place Explodes" menu option Closes #1244 See merge request KartKrew/Kart!2238
This commit is contained in:
		
						commit
						a4d7f7791b
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -33,6 +33,9 @@ menuitem_t OPTIONS_Gameplay[] =
 | 
			
		|||
	{IT_STRING | IT_CVAR, "Exit Countdown", "How long players have to finish after 1st place finishes.",
 | 
			
		||||
		NULL, {.cvar = &cv_countdowntime}, 0, 0},
 | 
			
		||||
 | 
			
		||||
	{IT_STRING | IT_CVAR, "Last Place Explodes", "Once the standings are complete, give the race an explosive finish!",
 | 
			
		||||
		NULL, {.cvar = &cv_karteliminatelast}, 0, 0},
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	{IT_HEADER, "Battle...", NULL,
 | 
			
		||||
		NULL, {NULL}, 0, 0},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue