]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
bump MAX_IMAGES, MAX_MODELS
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index 20acad6e70469759ed374b06361cdb6a85b315fc..767a118b02cd8fcceb88e8fc3c751a975707e5cf 100644 (file)
 /* general */
 #define MAX_QPATH               64
 
-#define MAX_IMAGES              512
+#define MAX_IMAGES              2048
 #define DEFAULT_IMAGE           "*default"
 
-#define MAX_MODELS              512
+#define MAX_MODELS              2048
 
 #define DEF_BACKSPLASH_FRACTION 0.05f   /* 5% backsplash by default */
 #define DEF_BACKSPLASH_DISTANCE 23