Added area portals

This commit is contained in:
cholleme 2003-02-03 14:04:26 +00:00
parent 9897d7f099
commit 82090154c6

View file

@ -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;