about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 0eaabc20..277c6d16 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -35,10 +35,11 @@ enum
 	CLIENTSTATE_ONLINE,
 	CLIENTSTATE_QUITING,
 	
-	BROWSESORT_NONE = 0,
-	BROWSESORT_NAME,
+	BROWSESORT_NAME = 0,
 	BROWSESORT_PING,
 	BROWSESORT_MAP,
+	BROWSESORT_GAMETYPE,
+	BROWSESORT_PROGRESSION,
 	BROWSESORT_NUMPLAYERS
 };