mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
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:
parent
a5f962cbda
commit
ec2d561ffd
1 changed files with 1 additions and 7 deletions
|
@ -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__
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue