got rid of some anonymous unions
fixed a few msvc2005 complaints git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1971 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7276203458
commit
d245b06c91
25 changed files with 767 additions and 257 deletions
|
@ -138,7 +138,7 @@ typedef struct
|
|||
char *lightstyles[MAX_LIGHTSTYLES];
|
||||
char lightstylecolours[MAX_LIGHTSTYLES];
|
||||
};
|
||||
};
|
||||
} strings;
|
||||
struct model_s *models[MAX_MODELS];
|
||||
|
||||
int allocated_client_slots; //number of slots available. (used mostly to stop single player saved games cacking up)
|
||||
|
@ -408,7 +408,7 @@ typedef struct client_s
|
|||
#ifdef Q3SERVER
|
||||
q3client_frame_t *q3frames;
|
||||
#endif
|
||||
};
|
||||
} frameunion;
|
||||
vfsfile_t *download; // file being downloaded
|
||||
int downloadsize; // total bytes
|
||||
int downloadcount; // bytes sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue