summaryrefslogtreecommitdiff
path: root/src/strife/p_maputl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_maputl.c')
-rw-r--r--src/strife/p_maputl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/p_maputl.c b/src/strife/p_maputl.c
index ee8485ca..3c39a1b5 100644
--- a/src/strife/p_maputl.c
+++ b/src/strife/p_maputl.c
@@ -574,7 +574,7 @@ divline_t trace;
boolean earlyout;
int ptflags;
-static void InterceptsOverrun(int num_intercepts, intercept_t *intercept);
+//static void InterceptsOverrun(int num_intercepts, intercept_t *intercept);
//
// PIT_AddLineIntercepts.
@@ -782,6 +782,7 @@ P_TraverseIntercepts
extern fixed_t bulletslope;
+#if 0
// Intercepts Overrun emulation, from PrBoom-plus.
// Thanks to Andrey Budko (entryway) for researching this and his
// implementation of Intercepts Overrun emulation in PrBoom-plus
@@ -906,6 +907,7 @@ static void InterceptsOverrun(int num_intercepts, intercept_t *intercept)
InterceptsMemoryOverrun(location + 4, intercept->isaline);
InterceptsMemoryOverrun(location + 8, (int) intercept->d.thing);
}
+#endif
//