Merge branch 'type-cleanup' of https://github.com/Paril/ericw-tools into type-cleanup
This commit is contained in:
commit
6ba71cb1b9
|
|
@ -538,7 +538,7 @@ static void FindAreas(node_t *node)
|
|||
// area portals are always only flooded into, never
|
||||
// out of
|
||||
if (ClusterContents(leaf).native & Q2_CONTENTS_AREAPORTAL)
|
||||
return;
|
||||
continue;
|
||||
|
||||
map.c_areas++;
|
||||
FloodAreas_r(leaf);
|
||||
|
|
|
|||
Loading…
Reference in New Issue