mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
optional debugprint
just COMMENTS
This commit is contained in:
parent
36d85624c0
commit
73e1d4f67b
1 changed files with 3 additions and 0 deletions
|
|
@ -9295,6 +9295,9 @@ static void K_UpdateTripwire(player_t *player)
|
|||
// so that stripping Garden Top feels consistent.
|
||||
if (triplevel == TRIPWIRE_NONE || triplevel == TRIPWIRE_CONSUME)
|
||||
{
|
||||
// Peek at the relevant values:
|
||||
// CONS_Printf("airtime: %d, twLen: %d, twAirLen: %d\n", player->airtime, player->tripwireLeniency, player->tripwireAirLeniency);
|
||||
|
||||
if (boostExists)
|
||||
{
|
||||
// If player is MOSTLY on the ground.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue