mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-17 22:30:59 +00:00
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:
parent
90045e4ce3
commit
845abb435a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue