Wrong escape char in subsectors

This commit is contained in:
mazmazz 2018-12-10 10:10:00 -05:00
parent 612e024287
commit 8bc7b52718

View file

@ -1018,7 +1018,7 @@ void HWR_CreatePlanePolygons(INT32 bspnum)
rootpv->y = FIXED_TO_FLOAT(rootbbox[BOXBOTTOM]); //ll
rootpv++;
CONS_Printf("\SUBSECTORS\n\n");
CONS_Printf("\nSUBSECTORS\n\n");
WalkBSPNode(bspnum, rootp, NULL,rootbbox);