]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.c
reordered the protocolversion_t values to have preferred protocols first
[xonotic/darkplaces.git] / protocol.c
index cb7fda68e3bec8f254eef5ec4779eeef022e7f56..0c047113786c64c175eb50c2d7fcae42ebf1128b 100644 (file)
@@ -45,16 +45,16 @@ struct
 protocolversioninfo[] =
 {
        {0, "UNKNOWN"},
-       {15, "QUAKE"},
+       {3504, "DP7"},
+       {3503, "DP6"},
+       {3502, "DP5"},
+       {3501, "DP4"},
+       {3500, "DP3"},
+       {97, "DP2"},
+       {96, "DP1"},
        {15, "QUAKEDP"},
        {250, "NEHAHRAMOVIE"},
-       {96, "DARKPLACES1"},
-       {97, "DARKPLACES2"},
-       {3500, "DARKPLACES3"},
-       {3501, "DARKPLACES4"},
-       {3502, "DARKPLACES5"},
-       {3503, "DARKPLACES6"},
-       {3504, "DARKPLACES7"},
+       {15, "QUAKE"},
        {0, NULL}
 };