Try to fix intermission

idk?! Untested
This commit is contained in:
Sally Coolatta 2022-08-14 18:15:17 -04:00
parent 4899a020e0
commit 1f91e89a3e

View file

@ -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]]