]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/q2map/portals.c
Remove pointless static guards
[xonotic/netradiant.git] / tools / quake2 / q2map / portals.c
index 1c83d75d48dd34f1528fef31dd49ebc110dbe74f..c7fae6045c69fe3e7485cb1547fa1c8a737baae8 100644 (file)
@@ -776,12 +776,6 @@ void FloodAreas_r( node_t *node ){
 
        for ( p = node->portals ; p ; p = p->next[s] )
        {
-               s = ( p->nodes[1] == node );
-#if 0
-               if ( p->nodes[!s]->occupied ) {
-                       continue;
-               }
-#endif
                if ( !Portal_EntityFlood( p, s ) ) {
                        continue;
                }