Why no one noticed this I will never fully understand

This commit is contained in:
Antonio Martinez 2025-09-18 23:10:54 -04:00
parent daa6dbd667
commit 75fe652dd5

View file

@ -3523,7 +3523,7 @@ void A_AttractChase(mobj_t *actor)
blocked |= !!(actor->target->player->bailcharge || actor->target->player->defenseLockout > PUNISHWINDOW);
}
if (!G_CompatLevel(0x0010) || actor->extravalue2)
if (!G_CompatLevel(0x0010) || (!stale && actor->extravalue2))
{
if (stale || blocked)
{