X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.h;h=ea1e525aa1abd1d936964beba38a73386f506065;hp=67f00502af43fe4b4142e774b565788f435f662b;hb=04b239d7f6d022fb5a4c42c19b4d8888a0361514;hpb=fb2d832c9f87f77ab8724dd10671373da55ea19c diff --git a/r_light.h b/r_light.h index 67f00502..ea1e525a 100644 --- a/r_light.h +++ b/r_light.h @@ -7,7 +7,7 @@ extern dlight_t r_dlight[MAX_DLIGHTS]; void R_UpdateLights(void); void R_DrawCoronas(void); -void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic, const mleaf_t *leaf); +void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, int dynamic); int R_LightModel(float *ambient4f, float *diffusecolor, float *diffusenormal, const entity_render_t *ent, float colorr, float colorg, float colorb, float colora, int worldcoords); void R_LightModel_CalcVertexColors(const float *ambientcolor4f, const float *diffusecolor, const float *diffusenormal, int numverts, const float *vertex3f, const float *normal3f, float *color4f); void R_UpdateEntLights(entity_render_t *ent);