mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Remove debug print
This commit is contained in:
parent
0bb8684142
commit
8d9bcb8e03
1 changed files with 0 additions and 1 deletions
|
|
@ -2037,7 +2037,6 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
if (G_TimeAttackStart() && !linecrossed)
|
if (G_TimeAttackStart() && !linecrossed)
|
||||||
{
|
{
|
||||||
linecrossed = leveltime;
|
linecrossed = leveltime;
|
||||||
CONS_Printf("ta start\n");
|
|
||||||
if (starttime > leveltime) // Overlong starts shouldn't reset time on cross
|
if (starttime > leveltime) // Overlong starts shouldn't reset time on cross
|
||||||
{
|
{
|
||||||
// Award some Amps for a fast start, to counterbalance Obvious Rainbow Driftboost
|
// Award some Amps for a fast start, to counterbalance Obvious Rainbow Driftboost
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue