summaryrefslogtreecommitdiff
path: root/src/hexen/r_bsp.c
diff options
context:
space:
mode:
authorSimon Howard2008-10-01 19:20:45 +0000
committerSimon Howard2008-10-01 19:20:45 +0000
commit89d95067fc7cde0e3f99f15cf5fc1e89381f9edf (patch)
tree1d2633356845400be2d180bc5fbb2070914a26d6 /src/hexen/r_bsp.c
parent313e56805e28ff78868dce3806c813bc1e98d16b (diff)
downloadchocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.tar.gz
chocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.tar.bz2
chocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.zip
Remove some redundant DOS and NeXT-related code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1319
Diffstat (limited to 'src/hexen/r_bsp.c')
-rw-r--r--src/hexen/r_bsp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/hexen/r_bsp.c b/src/hexen/r_bsp.c
index 624c8c13..267fe38a 100644
--- a/src/hexen/r_bsp.c
+++ b/src/hexen/r_bsp.c
@@ -217,9 +217,6 @@ void R_AddLine(seg_t * line)
int x1, x2;
angle_t angle1, angle2, span, tspan;
-#ifdef __NeXT__
- RD_DrawLineCheck(line);
-#endif
curline = line;
// OPTIMIZE: quickly reject orthogonal back sides
@@ -330,10 +327,6 @@ boolean R_CheckBBox(fixed_t * bspcoord)
cliprange_t *start;
int sx1, sx2;
-#ifdef __NeXT__
- RD_DrawBBox(bspcoord);
-#endif
-
// find the corners of the box that define the edges from current viewpoint
if (viewx <= bspcoord[BOXLEFT])
boxx = 0;
@@ -359,10 +352,6 @@ boolean R_CheckBBox(fixed_t * bspcoord)
y2 = bspcoord[checkcoord[boxpos][3]];
-#ifdef __NeXT__
-// RD_DisplayLine (x1, y1, x2, y2, 0.1);
-#endif
-
//
// check clip list for an open space
//
@@ -503,10 +492,6 @@ void R_RenderBSPNode(int bspnum)
bsp = &nodes[bspnum];
-#ifdef __NeXT__
- RD_DrawNodeLine(bsp);
-#endif
-
//
// decide which side the view point is on
//