]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
another experimental change: better handle leaky maps
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 89dbe3c9b2ff58fd973ab3eeb094ff376a1baa33..abde6c8573ce2d022e3cc6bbb9fc7a60a0a98df5 100644 (file)
@@ -1599,7 +1599,10 @@ void                                             SplitNodePortals( node_t *node );
 
 qboolean                                       PortalPassable( portal_t *p );
 
-qboolean                                       FloodEntities( tree_t *tree );
+#define FLOODENTITIES_LEAKED 1
+#define FLOODENTITIES_GOOD 0
+#define FLOODENTITIES_EMPTY -1
+int                                            FloodEntities( tree_t *tree );
 void                                           FillOutside( node_t *headnode);
 void                                           FloodAreas( tree_t *tree);
 face_t                                         *VisibleFaces( entity_t *e, tree_t *tree );