diff --git a/src/k_pwrlv.c b/src/k_pwrlv.c index 4d7bc80e4..a3d25b50a 100644 --- a/src/k_pwrlv.c +++ b/src/k_pwrlv.c @@ -368,7 +368,7 @@ INT16 K_FinalPowerIncrement(player_t *player, INT16 yourPower, INT16 baseInc) if (inc <= 0) { - if (player->position == 1) + if (player->position == 1 && numPlayers > 1) { // Won the whole match? // Get at least one point.