diff --git a/src/slope_anchors.c b/src/slope_anchors.c index acabd0caa..d66c9d9dd 100644 --- a/src/slope_anchors.c +++ b/src/slope_anchors.c @@ -440,7 +440,7 @@ make_anchored_slope { s = sides[line->sidenum[side]].sector; - if (plane == FLOOR|CEILING) + if (plane == (FLOOR|CEILING)) { flags &= ~ML_NOKNUX; }