about summary refs log tree commit diff
path: root/src/engine/e_if_other.h
diff options
context:
space:
mode:
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
 */