X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=portals.h;h=29f625aea3aa78a32a251caae4974c14e9947279;hb=d5144ba9727099e0d6a79afb2efe390c60667bb5;hp=416e431e55a2f1eea14cab146fafa3e98920dc3c;hpb=a16877b21a3d5ddec652ce9ed030e7f32c3fc0e7;p=xonotic%2Fdarkplaces.git diff --git a/portals.h b/portals.h index 416e431e..29f625ae 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, int *leaflist, qbyte *leafpvs, int *numleafspointer, int *surfacelist, qbyte *surfacepvs, int *numsurfacespointer, const mplane_t *frustumplanes, int numfrustumplanes, int exact, const float *boxmins, const float *boxmaxs, float *updateleafsmins, float *updateleafsmaxs); +void Portal_Visibility(model_t *model, const vec3_t eye, int *leaflist, unsigned char *leafpvs, int *numleafspointer, int *surfacelist, unsigned char *surfacepvs, int *numsurfacespointer, const mplane_t *frustumplanes, int numfrustumplanes, int exact, const float *boxmins, const float *boxmaxs, float *updateleafsmins, float *updateleafsmaxs, unsigned char *shadowtrispvs, unsigned char *lighttrispvs); #endif