From 37401937ae2ae373fbcf38b445c2b2f2e5e211c5 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 6 Jun 2017 11:35:04 -0600 Subject: [PATCH] qbsp: fix LinkNodeFaces documentation --- qbsp/solidbsp.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qbsp/solidbsp.cc b/qbsp/solidbsp.cc index 7cf957cd..c6c2030c 100644 --- a/qbsp/solidbsp.cc +++ b/qbsp/solidbsp.cc @@ -827,7 +827,11 @@ LinkConvexFaces(surface_t *planelist, node_t *leafnode) ================== LinkNodeFaces -Returns a duplicated list of all faces on surface +First subdivides surface->faces. +Then, duplicates the list of subdivided faces and returns it. + +For each surface->faces, ->original is set to the respective duplicate that +is returned here (why?) ================== */ static face_t *