mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Why no one noticed this I will never fully understand
This commit is contained in:
parent
daa6dbd667
commit
75fe652dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue