mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add a missing negiator, resulting in skyboxes not hurting the player
This commit is contained in:
parent
8e846291e3
commit
4db397a9c6
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ T_Damage(edict_t *targ, edict_t *inflictor, edict_t *attacker,
|
|||
asave += save;
|
||||
|
||||
/* team damage avoidance */
|
||||
if ((dflags & DAMAGE_NO_PROTECTION))
|
||||
if (!(dflags & DAMAGE_NO_PROTECTION))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue