From 8ee597bf5847446ca7c33414d3a0d2bd3edbeac9 Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Mon, 10 Dec 2018 10:10:39 -0500
Subject: [PATCH] Mixed D+C

---
 src/hardware/hw_bsp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/hardware/hw_bsp.c b/src/hardware/hw_bsp.c
index fc81bbd9e1..8bd6b4f8bc 100644
--- a/src/hardware/hw_bsp.c
+++ b/src/hardware/hw_bsp.c
@@ -970,6 +970,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum)
 	polyvertex_t *rootpv;
 	size_t i;
 	fixed_t rootbbox[4];
+	INT32 j = 0;
 
 	CONS_Debug(DBG_RENDER, "Creating polygons, please wait...\n");
 	ls_count = ls_percent = 0; // reset the loading status
@@ -1027,7 +1028,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum)
 	AdjustSegs();
 
 	CONS_Printf("\nEXTRASUBSECTORS\n\n");
-	INT32 j = 0;
+
 	for (j = 0; j < bspnum; j++)
 	{
 		CONS_Printf("ESS-%d> ", j);
-- 
GitLab