From 5e73cdc670ec02946578262e91d5bd4661af38a6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 17 Apr 2016 10:41:13 +0200 Subject: [PATCH] - deleted leftover label in trace code. --- src/p_trace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_trace.cpp b/src/p_trace.cpp index b75fc090e..0e11e29a6 100644 --- a/src/p_trace.cpp +++ b/src/p_trace.cpp @@ -463,7 +463,6 @@ bool FTraceInfo::LineCheck(intercept_t *in, double dist, DVector3 hit) hit.Z < bf || hit.Z > bc || in->d.line->flags & WallMask) { -normalline: // hit the wall Results->HitType = TRACE_HitWall; Results->Tier =