]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
increased server browser viewlist limit (was 128) to match the serverlist limit ...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jun 2005 23:07:28 +0000 (23:07 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jun 2005 23:07:28 +0000 (23:07 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5465 d7cf8633-e32d-0410-b094-e92efae38249

netconn.h

index 631e6f2978337c4c2a4d58d1e67d827398acee5d..fd39833e8ee504746da668d58db4ac30dd62d79d 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -151,7 +151,7 @@ extern char playername[];
 extern int playercolor;
 
 #define SERVERLIST_TOTALSIZE           2048
-#define SERVERLIST_VIEWLISTSIZE                128
+#define SERVERLIST_VIEWLISTSIZE                SERVERLIST_TOTALSIZE
 #define SERVERLIST_ANDMASKCOUNT                5
 #define SERVERLIST_ORMASKCOUNT         5