about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
authorDominik Geyer <dominik.geyer@gmx.de>2008-10-05 09:57:46 +0000
committerDominik Geyer <dominik.geyer@gmx.de>2008-10-05 09:57:46 +0000
commitfaa96f6d3a7c0e66503faf413b6df41c369d62aa (patch)
treec4c4da4a7fe15af5e09a7410e9166d438a81f4bb /src/engine/e_if_other.h
parent42f661ae70e7f5d2a1b32fba4db502f59a4f3147 (diff)
downloadzcatch-faa96f6d3a7c0e66503faf413b6df41c369d62aa.tar.gz
zcatch-faa96f6d3a7c0e66503faf413b6df41c369d62aa.zip
show if servers use non-standard tuning and let serverbrowser filter for these; ticket #393
Diffstat (limited to 'src/engine/e_if_other.h')
-rw-r--r--src/engine/e_if_other.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h
index 8fc28c54..85148d85 100644
--- a/src/engine/e_if_other.h
+++ b/src/engine/e_if_other.h
@@ -29,6 +29,13 @@ enum
 	MAX_NAME_LENGTH=32
 };
 
+enum
+{
+	SRVFLAG_PASSWORD = 0x1,
+	SRVFLAG_TUNED = 0x2,
+	SRVFLAG_MOD = 0x4
+};
+
 /*
 	Structure: SNAP_ITEM
 */