mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
clien (svga) compiles, but doesn't link yet (so clients are disabled for now)
This commit is contained in:
parent
9611170a38
commit
ee16312bb8
6 changed files with 119 additions and 24 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue