mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #683 from illwieckz/patchheight
radiant: set MAX_PATCH_WIDTH and MAX_PATCH_HEIGHT to 32 like MAX_PATCH_SIZE in q3map2
This commit is contained in:
commit
39c88773d9
1 changed files with 2 additions and 2 deletions
|
@ -344,8 +344,8 @@ typedef struct {
|
||||||
#define MIN_PATCH_WIDTH 3
|
#define MIN_PATCH_WIDTH 3
|
||||||
#define MIN_PATCH_HEIGHT 3
|
#define MIN_PATCH_HEIGHT 3
|
||||||
|
|
||||||
#define MAX_PATCH_WIDTH 16
|
#define MAX_PATCH_WIDTH 32
|
||||||
#define MAX_PATCH_HEIGHT 16
|
#define MAX_PATCH_HEIGHT 32
|
||||||
|
|
||||||
// patch type info
|
// patch type info
|
||||||
// type in lower 16 bits, flags in upper
|
// type in lower 16 bits, flags in upper
|
||||||
|
|
Loading…
Reference in a new issue