mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Small nudge down
This commit is contained in:
		
							parent
							
								
									78e4943ff9
								
							
						
					
					
						commit
						5f76a74c37
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3894,7 +3894,7 @@ static void K_GetKartBoostPower(player_t *player) | |||
| 		if (player->overdrive) | ||||
| 			ringboost_base += FRACUNIT/4; | ||||
| 		if (player->momentboost) | ||||
| 			ringboost_base += FRACUNIT/3; | ||||
| 			ringboost_base += FRACUNIT/4; | ||||
| 		// This one's a little special: we add extra top speed per tic of ringboost stored up, to allow for Ring Box to really rocket away.
 | ||||
| 		// (We compensate when decrementing ringboost to avoid runaway exponential scaling hell.)
 | ||||
| 		fixed_t rb = FixedDiv(player->ringboost * FRACUNIT, max(FRACUNIT, K_RingDurationBoost(player))); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Antonio Martinez
						Antonio Martinez