mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 17:11:33 +00:00
Wrong escape char in subsectors
This commit is contained in:
parent
612e024287
commit
8bc7b52718
1 changed files with 30 additions and 30 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue