mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reduce time it takes to get purple sparks
This commit is contained in:
parent
1b02e90fec
commit
bd79169f48
1 changed files with 1 additions and 1 deletions
|
|
@ -7327,7 +7327,7 @@ INT32 K_GetKartDriftSparkValueForStage(player_t *player, UINT8 stage)
|
|||
mul = 2*FRACUNIT; // x2
|
||||
break;
|
||||
case 3:
|
||||
mul = (13*FRACUNIT)/4; // x3.25
|
||||
mul = (31*FRACUNIT)/10; // x3.1
|
||||
break;
|
||||
case 4:
|
||||
mul = (19*FRACUNIT)/4; // x4.75
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue