From 845abb435a764fd524d21520fe52fe134de90b0f Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 30 Nov 2017 23:54:18 +0000 Subject: [PATCH] Drop VSPMAX back to 2048 from 4096 git-svn-id: https://svn.eduke32.com/eduke32@6524 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/polymost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;