mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
make qf-server REALY sleep when there are no clients currently connected
This commit is contained in:
parent
c71fc78360
commit
73980fe852
3 changed files with 12 additions and 4 deletions
|
@ -256,6 +256,7 @@ typedef struct
|
|||
int spawncount; // number of servers spawned since start,
|
||||
// used to check late spawns
|
||||
client_t clients[MAX_CLIENTS];
|
||||
int num_clients;
|
||||
int serverflags; // episode completion information
|
||||
|
||||
double last_heartbeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue