diff --git a/src/k_pwrlv.c b/src/k_pwrlv.c index 2500a64f1..3bac55b5c 100644 --- a/src/k_pwrlv.c +++ b/src/k_pwrlv.c @@ -306,7 +306,7 @@ void K_UpdatePowerLevels(player_t *player, UINT8 lap, boolean forfeit) if (inc == 0) { - CONS_Printf("Total Result: No increment, no change.\n"); + // CONS_Printf("Total Result: No increment, no change.\n"); continue; } @@ -430,6 +430,8 @@ void K_CashInPowerLevels(void) //CONS_Printf("%s: %d -> %d (%d)\n", player_names[i], clientpowerlevels[i][powerType] - inc, clientpowerlevels[i][powerType], inc); } + + clientPowerAdd[i] = 0; } SV_UpdateStats();