Drop VSPMAX back to 2048 from 4096

git-svn-id: https://svn.eduke32.com/eduke32@6524 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-11-30 23:54:18 +00:00
parent 90045e4ce3
commit 845abb435a

View file

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