mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
not equal, NOT statement
This commit is contained in:
parent
e298e35ada
commit
cdde7ea8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -9844,7 +9844,7 @@ ML_EFFECT4 : Don't clip inside the ground
|
||||||
mmin = mnumspokes;
|
mmin = mnumspokes;
|
||||||
|
|
||||||
// Make the links the same type as the end - repeated below
|
// 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;
|
linktype = macetype;
|
||||||
radiusfactor = 2; // Double the radius.
|
radiusfactor = 2; // Double the radius.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue