* General decrufting:
* Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories
This commit is contained in:
parent
63fdc74843
commit
c41483634c
116 changed files with 16 additions and 48383 deletions
|
@ -231,7 +231,7 @@ void SV_DirectConnect( netadr_t from ) {
|
|||
char userinfo[MAX_INFO_STRING];
|
||||
int i;
|
||||
client_t *cl, *newcl;
|
||||
MAC_STATIC client_t temp;
|
||||
client_t temp;
|
||||
sharedEntity_t *ent;
|
||||
int clientNum;
|
||||
int version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue