mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
a bit more netchan cleanup
This commit is contained in:
parent
029257f5d0
commit
0e1a9e5082
5 changed files with 13 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue