mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Compilation warning: disambiguating parens in A_AttractChase
This commit is contained in:
parent
ca2ecf6e9f
commit
19e427f5db
1 changed files with 2 additions and 2 deletions
|
|
@ -4032,10 +4032,10 @@ void A_AttractChase(mobj_t *actor)
|
|||
|
||||
if (
|
||||
actor->tracer->player && actor->tracer->health
|
||||
&& (gametyperules & GTR_SPHERES)
|
||||
&& ((gametyperules & GTR_SPHERES)
|
||||
|| (actor->tracer->player->itemtype == KITEM_LIGHTNINGSHIELD
|
||||
&& RINGTOTAL(actor->tracer->player) < 20
|
||||
&& !(actor->tracer->player->pflags & PF_RINGLOCK))
|
||||
&& !(actor->tracer->player->pflags & PF_RINGLOCK)))
|
||||
//&& P_CheckSight(actor, actor->tracer)
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue