make qf-server REALY sleep when there are no clients currently connected

This commit is contained in:
Bill Currie 2000-12-29 05:32:24 +00:00
parent c71fc78360
commit 73980fe852
3 changed files with 12 additions and 4 deletions

View file

@ -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;