Add some parentheses

This commit is contained in:
Steel Titanium 2019-02-27 15:55:39 -05:00
parent 3b9c4fff52
commit 5975d3fb30
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 MAXPLAYERS+4
#define MAXNETNODES (MAXPLAYERS+4)
#define BROADCASTADDR MAXNETNODES
#define MAXSPLITSCREENPLAYERS 4 // Max number of players on a single computer
#define NETSPLITSCREEN // Kart's splitscreen netgame feature