diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 6c6d5afa3..d61e03a89 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -34,7 +34,7 @@ int32_t usemodels=1; int32_t usehightile=1; typedef struct { float x, cy[2], fy[2]; int32_t tag; int16_t n, p, ctag, ftag; } vsptyp; -#define VSPMAX 4096 //<- careful! +#define VSPMAX 2048 //<- careful! static vsptyp vsp[VSPMAX]; static int32_t gtag;