This commit is contained in:
parent
b1b7f975f1
commit
4c63d1ed40
4 changed files with 27 additions and 1 deletions
|
@ -166,6 +166,8 @@ typedef struct client_s {
|
|||
// buffer them into this queue, and hand them out to netchan as needed
|
||||
netchan_buffer_t *netchan_start_queue;
|
||||
netchan_buffer_t **netchan_end_queue;
|
||||
|
||||
int oldServerTime;
|
||||
} client_t;
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue