qbsp: invert sense of fillnode side initialisation

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-24 07:02:38 +09:30
parent 1e39a7e614
commit 653daa111a
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ FillOutside(node_t *node, const int hullnum, const int numportals)
}
/* first check to see if an occupied leaf is hit */
side = !(outside_node.portals->nodes[1] == &outside_node);
side = (outside_node.portals->nodes[0] == &outside_node);
fillnode = outside_node.portals->nodes[side];
leak_found = FindLeaks_r(&leak, ++map.fillmark, fillnode);
if (leak_found) {