]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
allow more entities
authorRudolf Polzer <divVerent@xonotic.org>
Mon, 17 Oct 2011 04:47:29 +0000 (06:47 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Mon, 17 Oct 2011 04:47:29 +0000 (06:47 +0200)
tools/quake3/q3map2/q3map2.h

index e912d15b26865f6b98d6ad01ddf6d6f1838606bd..4b020fdd26641812414edbf297a91138b1bbd2e0 100644 (file)
@@ -317,8 +317,8 @@ abstracted bsp file
 #define MAX_LIGHTMAP_SHADERS   256
 
 /* ok to increase these at the expense of more memory */
-#define        MAX_MAP_ENTITIES                0x1000          //%     0x800   /* ydnar */
-#define        MAX_MAP_ENTSTRING               0x80000         //%     0x40000 /* ydnar */
+#define        MAX_MAP_ENTITIES                0x8000          //%     0x800   /* ydnar */
+#define        MAX_MAP_ENTSTRING               0x400000        //%     0x40000 /* ydnar */
 
 #define        MAX_MAP_AREAS                   0x100           /* MAX_MAP_AREA_BYTES in q_shared must match! */
 #define        MAX_MAP_FOGS                    30                      //& 0x100       /* RBSP (32 - world fog - goggles) */