Incorrect comment starting location.

This commit is contained in:
toaster 2018-10-03 17:16:23 +01:00
parent ecfe8e5070
commit a16b9cfc1f

View file

@ -6059,7 +6059,7 @@ static void P_NightsItemChase(mobj_t *thing)
P_Attract(thing, thing->tracer, true); 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 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] || (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; return true;
} }
/*mobj_t *shields[MAXPLAYERS*2]; mobj_t *shields[MAXPLAYERS*2];
INT32 numshields = 0; INT32 numshields = 0;
void P_RunShields(void) void P_RunShields(void)