Missed a file from earlier.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1400 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-29 23:48:50 +00:00
parent e91c945952
commit 49c6e98a15
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#define SS_KEEPINFO 16
#define SS_DARKPLACES 32
#define SS_QUAKE3 64
#define SS_QTV 128
//despite not supporting nq or q2, we still load them. We just filter them. This is to make sure we properly write the listing files.
@ -100,7 +101,7 @@ typedef struct serverinfo_s {
typedef struct master_s{
struct master_s *next;
netadr_t adr;
char *address;
char *address; //text based address (http servers
int type;
int servertype; //filled in for http servers
char name[1];