Merge branch 'type-cleanup' of https://github.com/Paril/ericw-tools into type-cleanup

This commit is contained in:
Jonathan 2022-06-02 10:23:44 -04:00
commit 6ba71cb1b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);