clien (svga) compiles, but doesn't link yet (so clients are disabled for now)

This commit is contained in:
Bill Currie 2000-05-11 13:15:59 +00:00
parent 9611170a38
commit ee16312bb8
6 changed files with 119 additions and 24 deletions

View file

@ -116,7 +116,6 @@ int CL_CalcNet (void)
int a, i;
frame_t *frame;
int lost;
char st[80];
for (i=cls.netchan.outgoing_sequence-UPDATE_BACKUP+1
; i <= cls.netchan.outgoing_sequence
@ -1008,8 +1007,6 @@ CL_ServerInfo
*/
void CL_ServerInfo (void)
{
int slot;
player_info_t *player;
char key[MAX_MSGLEN];
char value[MAX_MSGLEN];