mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove another fucking debug print, I'm going to hell
This commit is contained in:
parent
b2c5502e09
commit
4771b4b0df
1 changed files with 0 additions and 1 deletions
|
|
@ -4644,7 +4644,6 @@ void K_ApplyTripWire(player_t *player, tripwirestate_t state)
|
||||||
if (player->hyudorotimer <= 0)
|
if (player->hyudorotimer <= 0)
|
||||||
{
|
{
|
||||||
K_AddHitLag(player->mo, 10, false);
|
K_AddHitLag(player->mo, 10, false);
|
||||||
CONS_Printf("unstuck %d\n", player->tripwireUnstuck);
|
|
||||||
player->mo->hitlag -= min(player->mo->hitlag, player->tripwireUnstuck/4);
|
player->mo->hitlag -= min(player->mo->hitlag, player->tripwireUnstuck/4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue