X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.c;h=716998a44ea49e3fd777948969f117ecbb58d5d9;hp=42a50e308aefc29edac4c6613f009ee7a750070b;hb=04b239d7f6d022fb5a4c42c19b4d8888a0361514;hpb=ea1a30a140048d0ef4c9023d4804bfa57eba9fa8 diff --git a/r_light.c b/r_light.c index 42a50e30..716998a4 100644 --- a/r_light.c +++ b/r_light.c @@ -169,7 +169,7 @@ LIGHT SAMPLING ============================================================================= */ -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) { VectorClear(diffusecolor); VectorClear(diffusenormal);