not equal, NOT statement

This commit is contained in:
Alam Ed Arias 2017-10-11 16:58:45 -04:00
parent e298e35ada
commit cdde7ea8e5
1 changed files with 1 additions and 1 deletions

View File

@ -9844,7 +9844,7 @@ ML_EFFECT4 : Don't clip inside the ground
mmin = mnumspokes;
// Make the links the same type as the end - repeated below
if ((mobj->type != MT_CHAINPOINT) && (!(lines[line].flags & ML_EFFECT2) == (mobj->type == MT_FIREBARPOINT))) // exclusive or
if ((mobj->type != MT_CHAINPOINT) && ((lines[line].flags & ML_EFFECT2) != (mobj->type == MT_FIREBARPOINT))) // exclusive or
{
linktype = macetype;
radiusfactor = 2; // Double the radius.