mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-21 15:32:34 +00:00
Bumper inflate: remove debug print
This commit is contained in:
parent
26677c612e
commit
b97a94a2a9
1 changed files with 1 additions and 1 deletions
|
|
@ -4177,9 +4177,9 @@ static void P_BouncePlayerMove(mobj_t *mo, TryMoveResult_t *result)
|
|||
P_PlayerHitBounceLine(bestslideline, &result->normal);
|
||||
mo->eflags |= MFE_JUSTBOUNCEDWALL;
|
||||
|
||||
// Combo avoidance!
|
||||
if (mo->player && P_PlayerInPain(mo->player) && gametyperules & GTR_BUMPERS && mo->health > 1)
|
||||
{
|
||||
CONS_Printf("get me outta here\n");
|
||||
P_DamageMobj(mo, NULL, NULL, 1, DMG_STUMBLE);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue