diff --git a/src/p_map.c b/src/p_map.c index 076687fb0..4d0aea282 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -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); }