Don't give 1 pwrlv for free play

This commit is contained in:
Sally Coolatta 2024-01-16 19:30:55 -05:00
parent 6259c30a2e
commit e22ed7fd1c

View file

@ -368,7 +368,7 @@ INT16 K_FinalPowerIncrement(player_t *player, INT16 yourPower, INT16 baseInc)
if (inc <= 0) if (inc <= 0)
{ {
if (player->position == 1) if (player->position == 1 && numPlayers > 1)
{ {
// Won the whole match? // Won the whole match?
// Get at least one point. // Get at least one point.