radiant: set MAX_PATCH_WIDTH and MAX_PATCH_HEIGHT to 32 like MAX_PATCH_SIZE in q3map2

fix #682
This commit is contained in:
Thomas Debesse 2022-07-14 18:03:24 +02:00
parent 97d3d87946
commit 921d3aacdc

View file

@ -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