mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Revert "Why no one noticed this I will never fully understand"
This reverts commit 75fe652dd5.
This commit is contained in:
parent
75fe652dd5
commit
4b81be037a
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);
|
blocked |= !!(actor->target->player->bailcharge || actor->target->player->defenseLockout > PUNISHWINDOW);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!G_CompatLevel(0x0010) || (!stale && actor->extravalue2))
|
if (!G_CompatLevel(0x0010) || actor->extravalue2)
|
||||||
{
|
{
|
||||||
if (stale || blocked)
|
if (stale || blocked)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue