From: havoc Date: Mon, 27 Jun 2005 23:07:28 +0000 (+0000) Subject: increased server browser viewlist limit (was 128) to match the serverlist limit ... X-Git-Tag: xonotic-v0.1.0preview~4719 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=8c345f0ff56634b5a25580b5187a7daeec1f7848 increased server browser viewlist limit (was 128) to match the serverlist limit (2048) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5465 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/netconn.h b/netconn.h index 631e6f29..fd39833e 100755 --- 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