From 61b341fc6dd41b0d6ce418a8848ff900c98b3b20 Mon Sep 17 00:00:00 2001 From: blackhc Date: Sun, 26 Dec 2004 14:41:15 +0000 Subject: [PATCH] -Adjusted the slist constants in msys.qc to work with the changed VM builtins. git-svn-id: svn://svn.icculus.org/nexuiz/trunk@244 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- menu/msys.qc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/menu/msys.qc b/menu/msys.qc index d8fc08ed5..fa795bc97 100644 --- a/menu/msys.qc +++ b/menu/msys.qc @@ -209,14 +209,14 @@ float CVAR_READONLY = 4; // server list constants float SLIST_CNAME = 0; -float SLIST_LINE1 = 1; -float SLIST_LINE2 = 2; +float SLIST_LINE1 = 1024; +float SLIST_LINE2 = 1025; float SLIST_HOSTCACHECOUNT = 0; -float SLIST_MASTERQUERYCOUNT = 1; -float SLIST_MASTERREPLYCOUNT = 2; -float SLIST_SERVERQUERYCOUNT = 3; -float SLIST_SERVERREPLYCOUNT = 4; +float SLIST_MASTERQUERYCOUNT = 2; +float SLIST_MASTERREPLYCOUNT = 3; +float SLIST_SERVERQUERYCOUNT = 4; +float SLIST_SERVERREPLYCOUNT = 5; /////////////////////////// // null entity (actually it is the same like the world entity) -- 2.39.2