From 0d18cc4477f31a1dc5d5be802d1b188e41c0179e Mon Sep 17 00:00:00 2001 From: jhh8 Date: Mon, 10 Aug 2026 17:19:25 +0300 Subject: [PATCH] increase MAX_MAP_PLANES --- src/public/bspfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/bspfile.h b/src/public/bspfile.h index 353e06740..33377f81a 100644 --- a/src/public/bspfile.h +++ b/src/public/bspfile.h @@ -72,7 +72,7 @@ #define MAX_MAP_AREA_BYTES (MAX_MAP_AREAS/8) #define MAX_MAP_AREAPORTALS 1024 // Planes come in pairs, thus an even number. -#define MAX_MAP_PLANES 65536 +#define MAX_MAP_PLANES 262144 #define MAX_MAP_NODES 65536 #define MAX_MAP_BRUSHSIDES 65536 #define MAX_MAP_LEAFS 65536