mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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
|
||||
//it's a q2 thing
|
||||
int area;
|
||||
unsigned short firstleafbrush;
|
||||
unsigned short numleafbrushes;
|
||||
|
||||
unsigned short firstleafface; //q3 addititions
|
||||
unsigned short numleaffaces;
|
||||
|
||||
unsigned short numleafpatches;
|
||||
unsigned short firstleafpatch;
|
||||
unsigned int firstleafbrush;
|
||||
unsigned int numleafbrushes;
|
||||
unsigned int firstleafface;
|
||||
unsigned int numleaffaces;
|
||||
unsigned int firstleafpatch;
|
||||
unsigned int numleafpatches;
|
||||
#endif
|
||||
} mleaf_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue