* Fix some recently introduced warnings

* Fix referenced pk3 list including excessive number of spaces
This commit is contained in:
Tim Angus 2008-04-12 18:58:06 +00:00
parent 563eb9443b
commit 845de6a960
3 changed files with 4 additions and 5 deletions

View file

@ -1843,7 +1843,7 @@ void CL_ServersResponsePacket( netadr_t from, msg_t *msg ) {
int numservers;
byte* buffptr;
byte* buffend;
netadrtype_t family;
netadrtype_t family = NA_IP;
Com_Printf("CL_ServersResponsePacket\n");