mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
forgot to clean up the net headers
This commit is contained in:
parent
84f90f904c
commit
8ff653a142
3 changed files with 2 additions and 7 deletions
|
@ -24,7 +24,6 @@
|
|||
#include "compat.h"
|
||||
#include "netchan.h"
|
||||
|
||||
#define MAX_SERVERINFO_STRING 512
|
||||
#define SV_TIMEOUT 450
|
||||
|
||||
#define PORT_MASTER 26900
|
||||
|
@ -49,9 +48,6 @@ typedef struct filter_s {
|
|||
|
||||
typedef struct server_s {
|
||||
netadr_t ip;
|
||||
int heartbeat;
|
||||
int players;
|
||||
char info[MAX_SERVERINFO_STRING];
|
||||
struct server_s *next;
|
||||
struct server_s *previous;
|
||||
double timeout;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
EXTRA_DIST= chase.h client.h conproc.h game.h host.h net.h net_dgrm.h \
|
||||
net_loop.h net_udp.h net_vcr.h net_wins.h protocol.h server.h \
|
||||
EXTRA_DIST= chase.h client.h conproc.h game.h host.h protocol.h server.h \
|
||||
sv_pr_cmds.h sv_progs.h
|
||||
|
|
|
@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS= foreign
|
|||
EXTRA_DIST = \
|
||||
bothdefs.h cl_cam.h cl_demo.h cl_ents.h cl_input.h cl_main.h \
|
||||
cl_parse.h cl_pred.h cl_skin.h cl_slist.h cl_tent.h client.h \
|
||||
crudefile.h game.h host.h msg_ucmd.h net.h pmove.h \
|
||||
crudefile.h game.h host.h msg_ucmd.h pmove.h \
|
||||
protocol.h server.h sv_demo.h sv_pr_cmds.h sv_progs.h
|
||||
|
|
Loading…
Reference in a new issue