mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Parenthesis semicolon
oops
This commit is contained in:
parent
3dcf4f5c14
commit
f6ece4cce3
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ void K_SetPowerLevelScrambles(SINT8 powertype)
|
|||
break;
|
||||
case 5:
|
||||
speed = KARTSPEED_HARD;
|
||||
encore = P_RandomChance(PR_RULESCRAMBLE, FRACUNIT>>1
|
||||
encore = P_RandomChance(PR_RULESCRAMBLE, FRACUNIT>>1);
|
||||
break;
|
||||
case 4:
|
||||
speed = P_RandomChance(PR_RULESCRAMBLE, (7<<FRACBITS)/10) ? KARTSPEED_HARD : KARTSPEED_NORMAL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue