X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=portals.h;fp=portals.h;h=928447324389b6251a388488d2f555b45914072f;hb=62e513ac5939cdc12b1119e95aa67f97001430b0;hp=25d8d3ceaa8363b32d5f4c9768da8d87a379ae7b;hpb=4d1c845983e60effcf9cc18ab8d6f4c4bd0a8e06;p=xonotic%2Fdarkplaces.git diff --git a/portals.h b/portals.h index 25d8d3ce..92844732 100644 --- a/portals.h +++ b/portals.h @@ -4,7 +4,7 @@ int Portal_CheckPolygon(model_t *model, vec3_t eye, float *polypoints, int numpoints); int Portal_CheckBox(model_t *model, vec3_t eye, vec3_t a, vec3_t b); -void Portal_Visibility(model_t *model, const vec3_t eye, qbyte *leafmark, qbyte *surfacemark, const mplane_t *frustumplanes, int numfrustumplanes, int exact, float radius); +void Portal_Visibility(model_t *model, const vec3_t eye, qbyte *leafmark, qbyte *surfacemark, const mplane_t *frustumplanes, int numfrustumplanes, int exact, float radius, float *updateleafsmins, float *updateleafsmaxs); #endif