From 921d3aacdc2c2c84bcb9bcbb3e837851c6ea9d2f Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 14 Jul 2022 18:03:24 +0200 Subject: [PATCH] radiant: set MAX_PATCH_WIDTH and MAX_PATCH_HEIGHT to 32 like MAX_PATCH_SIZE in q3map2 fix #682 --- include/qertypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qertypes.h b/include/qertypes.h index d94f5dd6..83dd987d 100644 --- a/include/qertypes.h +++ b/include/qertypes.h @@ -344,8 +344,8 @@ typedef struct { #define MIN_PATCH_WIDTH 3 #define MIN_PATCH_HEIGHT 3 -#define MAX_PATCH_WIDTH 16 -#define MAX_PATCH_HEIGHT 16 +#define MAX_PATCH_WIDTH 32 +#define MAX_PATCH_HEIGHT 32 // patch type info // type in lower 16 bits, flags in upper