Skip to content
Snippets Groups Projects
Commit 8ee597bf authored by Marco Z's avatar Marco Z
Browse files

Mixed D+C

parent 8bc7b527
Branches 64-gl-log
No related tags found
No related merge requests found
...@@ -970,6 +970,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum) ...@@ -970,6 +970,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum)
polyvertex_t *rootpv; polyvertex_t *rootpv;
size_t i; size_t i;
fixed_t rootbbox[4]; fixed_t rootbbox[4];
INT32 j = 0;
CONS_Debug(DBG_RENDER, "Creating polygons, please wait...\n"); CONS_Debug(DBG_RENDER, "Creating polygons, please wait...\n");
ls_count = ls_percent = 0; // reset the loading status ls_count = ls_percent = 0; // reset the loading status
...@@ -1027,7 +1028,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum) ...@@ -1027,7 +1028,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum)
AdjustSegs(); AdjustSegs();
CONS_Printf("\nEXTRASUBSECTORS\n\n"); CONS_Printf("\nEXTRASUBSECTORS\n\n");
INT32 j = 0;
for (j = 0; j < bspnum; j++) for (j = 0; j < bspnum; j++)
{ {
CONS_Printf("ESS-%d> ", j); CONS_Printf("ESS-%d> ", j);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment