Added area portals
This commit is contained in:
parent
9897d7f099
commit
82090154c6
1 changed files with 8 additions and 0 deletions
|
@ -270,6 +270,11 @@ typedef struct
|
|||
int checkcount; // to avoid repeated testings
|
||||
} mbrush_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int numareaportals[MAX_MAP_AREAS];
|
||||
} marea_t;
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
|
@ -493,6 +498,9 @@ typedef struct model_s
|
|||
int numleafcurves;
|
||||
int *leafcurves;
|
||||
|
||||
int numareas;
|
||||
marea_t *areas;
|
||||
|
||||
int numcurves;
|
||||
mcurve_t *curves;
|
||||
|
||||
|
|
Loading…
Reference in a new issue