minimal sw needs this fix.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@847 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-28 04:27:17 +00:00
parent a5f962cbda
commit ec2d561ffd
1 changed files with 1 additions and 7 deletions

View File

@ -818,11 +818,11 @@ void CMQ2_SetAreaPortalState (int portalnum, qboolean open);
#endif //Q2BSPS
#ifdef SWQUAKE
typedef struct
{
aliasskintype_t type;
@ -836,9 +836,3 @@ typedef struct
int intervals;
maliasskindesc_t skindescs[1];
} maliasskingroup_t;
#endif
#endif //__MODEL__