]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
raise MAX_STATICENTITIES for a new map goldenboy is making
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 May 2010 09:35:33 +0000 (09:35 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 May 2010 09:35:33 +0000 (09:35 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10221 d7cf8633-e32d-0410-b094-e92efae38249

quakedef.h

index 1c1148e022ed755c4e50301c6dbaa8d5b50018b6..975549672b9f336a35a67a69ad8025b56bacb769 100644 (file)
@@ -182,7 +182,7 @@ extern char engineversion[128];
 #define        MAX_DECALS_INITIAL              8192 ///< initial allocation for cl.decals
 #define        MAX_DECALS                              1048576 ///< upper limit on cl.decals size
 #define        MAX_ENITIES_INITIAL             256 ///< initial size of cl.entities
-#define        MAX_STATICENTITIES              256 ///< limit on size of cl.static_entities
+#define        MAX_STATICENTITIES              1024 ///< limit on size of cl.static_entities
 #define        MAX_EFFECTS                             256 ///< limit on size of cl.effects
 #define        MAX_BEAMS                               256 ///< limit on size of cl.beams
 #define        MAX_TEMPENTITIES                4096 ///< max number of temporary models visible per frame (certain sprite effects, certain types of CSQC entities also use this)