]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
Merge remote-tracking branch 'origin/divVerent/leak-fix'
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index f4b88d7a68c8ac1463217dd8fd9c95668a434aa2..49cdd11dafe297dc83f24faa4f32d2088cf9cca0 100644 (file)
@@ -1598,7 +1598,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 );