try to fix a crash that gb had.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4602 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
02662a3369
commit
48330c38c9
1 changed files with 6 additions and 8 deletions
|
@ -452,14 +452,12 @@ typedef struct mleaf_s
|
||||||
#ifdef Q2BSPS
|
#ifdef Q2BSPS
|
||||||
//it's a q2 thing
|
//it's a q2 thing
|
||||||
int area;
|
int area;
|
||||||
unsigned short firstleafbrush;
|
unsigned int firstleafbrush;
|
||||||
unsigned short numleafbrushes;
|
unsigned int numleafbrushes;
|
||||||
|
unsigned int firstleafface;
|
||||||
unsigned short firstleafface; //q3 addititions
|
unsigned int numleaffaces;
|
||||||
unsigned short numleaffaces;
|
unsigned int firstleafpatch;
|
||||||
|
unsigned int numleafpatches;
|
||||||
unsigned short numleafpatches;
|
|
||||||
unsigned short firstleafpatch;
|
|
||||||
#endif
|
#endif
|
||||||
} mleaf_t;
|
} mleaf_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue