* Applied ajax's cleanup patch
This commit is contained in:
parent
4c6f59c541
commit
fe14a45ad1
40 changed files with 166 additions and 166 deletions
|
@ -1004,8 +1004,8 @@ void ClientBegin( int clientNum ) {
|
|||
trap_UnlinkEntity( ent );
|
||||
}
|
||||
G_InitGentity( ent );
|
||||
ent->touch = 0;
|
||||
ent->pain = 0;
|
||||
ent->touch = NULL;
|
||||
ent->pain = NULL;
|
||||
ent->client = client;
|
||||
|
||||
client->pers.connected = CON_CONNECTED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue