From b2827b118808cd6929d39ca7c628b8429542984f 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 20acad6e..767a118b 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -124,10 +124,10 @@ /* 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 -- 2.39.2