Skip to content
Snippets Groups Projects
Commit 0af38bc5 authored by James R.'s avatar James R.
Browse files

Bump MAXNETNODES to 127

(cherry picked from commit 9d9f8fd8a337a1786efa0d348c89e05b26ce8571)
parent cd30f0e9
No related branches found
No related tags found
No related merge requests found
......@@ -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 MAXSPLITSCREENPLAYERS 2 // Max number of players on a single computer
//#define NETSPLITSCREEN // Kart's splitscreen netgame feature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment