mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Mixed D+C
This commit is contained in:
parent
8bc7b52718
commit
8ee597bf58
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue