Bump MAXNETNODES to 127

This commit is contained in:
James R 2020-08-09 18:26:13 -07:00
parent 8c6b8cd268
commit 3cb1a53b3f

View file

@ -19,7 +19,9 @@
#define __D_NET__
// Max computers in a game
#define MAXNETNODES 64
// 127 is probably as high as this can go, because
// SINT8 is used for nodes sometimes >:(
#define MAXNETNODES 127
#define BROADCASTADDR MAXNETNODES
#define NETSPLITSCREEN // Kart's splitscreen netgame feature