* Fixed some vm build warnings
This commit is contained in:
parent
79ba2d974d
commit
9d41e17e1f
12 changed files with 18 additions and 48 deletions
|
@ -1004,8 +1004,8 @@ void ClientBegin( int clientNum ) {
|
|||
trap_UnlinkEntity( ent );
|
||||
}
|
||||
G_InitGentity( ent );
|
||||
ent->touch = NULL;
|
||||
ent->pain = NULL;
|
||||
ent->touch = 0;
|
||||
ent->pain = 0;
|
||||
ent->client = client;
|
||||
|
||||
client->pers.connected = CON_CONNECTED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue