]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
doubled entity limit in animcache, we should never hit this
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 11 Sep 2009 12:34:07 +0000 (12:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 11 Sep 2009 12:34:07 +0000 (12:34 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9181 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index e939610eeeacfaa18fdc913ef3ac06ce3838569a..9a22c99951389b5f46ca050c0dd84770bb21ba6d 100644 (file)
@@ -2675,7 +2675,7 @@ r_animcache_entity_t;
 
 typedef struct r_animcache_s
 {
-       r_animcache_entity_t entity[MAX_EDICTS];
+       r_animcache_entity_t entity[MAX_EDICTS*2];
        int maxindex;
        int currentindex;
 }