From 820dd5e21f4e5ddc03b29fc95f27261c34e19f25 Mon Sep 17 00:00:00 2001 From: Garux Date: Wed, 10 Feb 2021 00:20:32 +0300 Subject: [PATCH] bump MAX_IMAGES, MAX_MODELS --- tools/quake3/q3map2/q3map2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 226aea24..d02eb93a 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -121,10 +121,10 @@ // now checking it for strlen() < MAX_QPATH (so it's null terminated), though this check may be not enough/too much, depending on the use case #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