diff --git a/gl_model.h b/gl_model.h index 296740a..a51fdf8 100644 --- a/gl_model.h +++ b/gl_model.h @@ -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;