world is supposed to be portalized using the "detail" portals

This commit is contained in:
Bill Currie 2003-09-17 22:46:37 +00:00
parent 4f33663c8c
commit 9e861128ec
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ ProcessEntity (int entnum)
nodes = SolidBSP (surfs, false); nodes = SolidBSP (surfs, false);
// make the real portals for vis tracing // make the real portals for vis tracing
PortalizeWorld (nodes); PortalizeWorldDetail (nodes);
// save portal file for vis tracing // save portal file for vis tracing
WritePortalfile (nodes); WritePortalfile (nodes);