summaryrefslogtreecommitdiff
path: root/src/strife/r_bsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/r_bsp.c')
-rw-r--r--src/strife/r_bsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/r_bsp.c b/src/strife/r_bsp.c
index 47194d96..ee05156d 100644
--- a/src/strife/r_bsp.c
+++ b/src/strife/r_bsp.c
@@ -304,7 +304,7 @@ void R_AddLine (seg_t* line)
// Totally off the left edge?
if (tspan >= span)
return;
- angle2 = -clipangle;
+ angle2 = 0 - clipangle;
}
// The seg is in the view range,
@@ -456,7 +456,7 @@ boolean R_CheckBBox (fixed_t* bspcoord)
if (tspan >= span)
return false;
- angle2 = -clipangle;
+ angle2 = 0 - clipangle;
}