Merge branch 'higher-maxnodes' into 'next'

Upped MAXNETNODES

See merge request STJr/SRB2!463
This commit is contained in:
Monster Iestyn 2019-03-01 09:15:47 -05:00
commit 4247f47ad9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#define __D_NET__
// Max computers in a game
#define MAXNETNODES 32
#define MAXNETNODES (MAXPLAYERS+4)
#define BROADCASTADDR MAXNETNODES
#define MAXSPLITSCREENPLAYERS 2 // Max number of players on a single computer
//#define NETSPLITSCREEN // Kart's splitscreen netgame feature