mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 08:44:25 +00:00
Incorrect comment starting location.
This commit is contained in:
parent
7032b2773a
commit
6691f39117
1 changed files with 2 additions and 2 deletions
|
|
@ -6059,7 +6059,7 @@ static void P_NightsItemChase(mobj_t *thing)
|
|||
P_Attract(thing, thing->tracer, true);
|
||||
}
|
||||
|
||||
static boolean P_ShieldLook(mobj_t *thing, shieldtype_t shield)
|
||||
/*static boolean P_ShieldLook(mobj_t *thing, shieldtype_t shield)
|
||||
{
|
||||
if (!thing->target || thing->target->health <= 0 || !thing->target->player
|
||||
|| (thing->target->player->powers[pw_shield] & SH_NOSTACK) == SH_NONE || thing->target->player->powers[pw_super]
|
||||
|
|
@ -6127,7 +6127,7 @@ static boolean P_ShieldLook(mobj_t *thing, shieldtype_t shield)
|
|||
return true;
|
||||
}
|
||||
|
||||
/*mobj_t *shields[MAXPLAYERS*2];
|
||||
mobj_t *shields[MAXPLAYERS*2];
|
||||
INT32 numshields = 0;
|
||||
|
||||
void P_RunShields(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue