mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 23:41:07 +00:00
Try to fix intermission
idk?! Untested
This commit is contained in:
parent
4899a020e0
commit
1f91e89a3e
1 changed files with 2 additions and 2 deletions
|
|
@ -1003,11 +1003,11 @@ void Y_StartIntermission(void)
|
|||
|
||||
if (powertype != PWRLV_DISABLED)
|
||||
{
|
||||
for (i = 0; i < nump; i++)
|
||||
for (i = 0; i < data.numplayers; i++)
|
||||
{
|
||||
// Kind of a hack to do this here,
|
||||
// but couldn't think of a better way.
|
||||
data.increase[i] = K_FinalPowerIncrement(
|
||||
data.increase[i] = -K_FinalPowerIncrement(
|
||||
&players[data.num[i]],
|
||||
clientpowerlevels[data.num[i]][powertype],
|
||||
clientPowerAdd[data.num[i]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue