mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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)
|
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,
|
// Kind of a hack to do this here,
|
||||||
// but couldn't think of a better way.
|
// but couldn't think of a better way.
|
||||||
data.increase[i] = K_FinalPowerIncrement(
|
data.increase[i] = -K_FinalPowerIncrement(
|
||||||
&players[data.num[i]],
|
&players[data.num[i]],
|
||||||
clientpowerlevels[data.num[i]][powertype],
|
clientpowerlevels[data.num[i]][powertype],
|
||||||
clientPowerAdd[data.num[i]]
|
clientPowerAdd[data.num[i]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue