mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
raise MAXALIASTRIS from 2048 to 4096 so SlayerTest mdl's load.
TODO: look at switching to Spike's mdl code from QSS TODO: add "exceeds standard limit" warnings git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1626 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
6924a94fa6
commit
12e781ba46
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ typedef struct {
|
|||
|
||||
#define MAXALIASVERTS 2000 //johnfitz -- was 1024
|
||||
#define MAXALIASFRAMES 256
|
||||
#define MAXALIASTRIS 2048
|
||||
#define MAXALIASTRIS 4096 //ericw -- was 2048
|
||||
extern aliashdr_t *pheader;
|
||||
extern stvert_t stverts[MAXALIASVERTS];
|
||||
extern mtriangle_t triangles[MAXALIASTRIS];
|
||||
|
|
Loading…
Reference in a new issue