mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Add Announcer Call for Margin Boost
Adds announcer call for "margin boost"
This commit is contained in:
		
							parent
							
								
									04b202119d
								
							
						
					
					
						commit
						466e008720
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -1284,6 +1284,9 @@ sfxinfo_t S_sfx[NUMSFX] = | |||
|   {"bpwrue",  false, 255, 16, -1, NULL, 0,         -1,  -1, LUMPERROR, "Super Flicky"}, | ||||
|   {"bpwruf",  false, 255, 16, -1, NULL, 0,         -1,  -1, LUMPERROR, "Bonus"}, | ||||
| 
 | ||||
|   // Misc announcer calls
 | ||||
|   {"duelmb",  false, 255, 16, -1, NULL, 0,         -1,  -1, LUMPERROR, "Margin Boost"}, | ||||
| 
 | ||||
|   // SRB2Kart - Engine sounds
 | ||||
|   // Engine class A
 | ||||
|   {"krta00", false,  48, 65, -1, NULL, 0,        -1,  -1, LUMPERROR, ""}, | ||||
|  |  | |||
|  | @ -1360,6 +1360,9 @@ typedef enum | |||
| 	sfx_bpwrue, // Super Flicky
 | ||||
| 	sfx_bpwruf, // Bonus
 | ||||
| 
 | ||||
| 	// Misc announcer calls
 | ||||
| 	sfx_duelmb, // Margin Boost
 | ||||
| 
 | ||||
| 	// Next up: UNIQUE ENGINE SOUNDS! Hoooooo boy...
 | ||||
| 	// Engine class A - Low Speed, Low Weight
 | ||||
| 	sfx_krta00, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 VelocitOni
						VelocitOni