X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=render.h;h=b575ae9fa49769b27b7c83913343704e617553b7;hb=5204bb8cced9548d5c44f6d6a5ab2e5e4a841030;hp=3b89d211b09c571f2d513c7d1b409f671cdfd4ba;hpb=9e0a39f4d5add83a1c31892e0d523098979c5612;p=xonotic%2Fdarkplaces.git diff --git a/render.h b/render.h index 3b89d211..b575ae9f 100644 --- a/render.h +++ b/render.h @@ -180,7 +180,7 @@ void R_TimeReport(char *name); void R_Stain(const vec3_t origin, float radius, int cr1, int cg1, int cb1, int ca1, int cr2, int cg2, int cb2, int ca2); void R_CalcBeam_Vertex3f(float *vert, const vec3_t org1, const vec3_t org2, float width); -void R_DrawSprite(int blendfunc1, int blendfunc2, rtexture_t *texture, rtexture_t *fogtexture, int depthdisable, const vec3_t origin, const vec3_t left, const vec3_t up, float scalex1, float scalex2, float scaley1, float scaley2, float cr, float cg, float cb, float ca); +void R_DrawSprite(int blendfunc1, int blendfunc2, rtexture_t *texture, rtexture_t *fogtexture, qboolean depthdisable, qboolean depthshort, const vec3_t origin, const vec3_t left, const vec3_t up, float scalex1, float scalex2, float scaley1, float scaley2, float cr, float cg, float cb, float ca); extern mempool_t *r_main_mempool;