mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't do null-lap debug print
This commit is contained in:
parent
b0856d39d8
commit
6b0f9aeb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ void K_UpdatePowerLevels(player_t *player, UINT8 lap, boolean forfeit)
|
||||||
|
|
||||||
if (inc == 0)
|
if (inc == 0)
|
||||||
{
|
{
|
||||||
CONS_Printf("Total Result: No increment, no change.\n");
|
// CONS_Printf("Total Result: No increment, no change.\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue