mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Reset PWR increment after each round
This commit is contained in:
parent
9b08ca4c75
commit
b0856d39d8
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ void K_CashInPowerLevels(void)
|
|||
|
||||
//CONS_Printf("%s: %d -> %d (%d)\n", player_names[i], clientpowerlevels[i][powerType] - inc, clientpowerlevels[i][powerType], inc);
|
||||
}
|
||||
|
||||
clientPowerAdd[i] = 0;
|
||||
}
|
||||
|
||||
SV_UpdateStats();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue