mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-04 14:12:41 +00:00
Remove invinc scaling debug print
This commit is contained in:
parent
a2cfacfc2a
commit
e8f0e7b9eb
1 changed files with 0 additions and 2 deletions
|
|
@ -11736,8 +11736,6 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
UINT32 behindScaled = behind * TICRATE / 2000;
|
||||
behindScaled = min(behindScaled, 10*TICRATE);
|
||||
|
||||
CONS_Printf("awarding %d from %d distance\n", behindScaled, K_GetItemRouletteDistance(player, player->itemRoulette.playing));
|
||||
|
||||
K_DoInvincibility(player, 10 * TICRATE + behindScaled);
|
||||
K_PlayPowerGloatSound(player->mo);
|
||||
player->itemamount--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue