a bit more netchan cleanup

This commit is contained in:
Bill Currie 2004-02-19 23:06:47 +00:00
parent 029257f5d0
commit 0e1a9e5082
5 changed files with 13 additions and 12 deletions

View file

@ -138,6 +138,7 @@ typedef struct
extern int net_drop; // packets dropped before this one
extern int net_nochoke; // don't choke packets
extern int net_blocksend; // don't send packets (used by client for demos)
extern double *net_realtime;
void Netchan_Init (void);
void Netchan_Init_Cvars (void);