]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use main varray_vertex3f2 array (forgot this in previous commit)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 3 Sep 2004 02:36:56 +0000 (02:36 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 3 Sep 2004 02:36:56 +0000 (02:36 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4424 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.c

index 49d0701eea2045f226f05943c6ee85a04360eb24..63971e1409d8f4b27a2abafe248875fc5311b9c2 100644 (file)
@@ -205,8 +205,6 @@ int c_rtcached_shadowmeshes, c_rtcached_shadowtris;
 
 float r_shadow_attenpower, r_shadow_attenscale;
 
-float varray_vertex3f2[65536*3];
-
 rtlight_t *r_shadow_compilingrtlight;
 dlight_t *r_shadow_worldlightchain;
 dlight_t *r_shadow_selectedlight;