Make number of supported master servers tunable via define
This commit is contained in:
parent
bf07014b1d
commit
5c0ae99642
4 changed files with 13 additions and 15 deletions
|
@ -48,7 +48,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
||||
#define MAX_TEAMNAME 32
|
||||
#define MAX_TEAMNAME 32
|
||||
#define MAX_MASTER_SERVERS 5 // number of supported master servers
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue