* Fixed some vm build warnings

This commit is contained in:
Tim Angus 2005-10-05 14:50:45 +00:00
parent 79ba2d974d
commit 9d41e17e1f
12 changed files with 18 additions and 48 deletions

View file

@ -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;