mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-03 16:31:15 +00:00
I shouldn't be surprised
This commit is contained in:
parent
55430e3068
commit
c95928b46f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
#define __D_NET__
|
#define __D_NET__
|
||||||
|
|
||||||
// Max computers in a game
|
// Max computers in a game
|
||||||
#define MAXNETNODES 16
|
#define MAXNETNODES 16 // THIS is a fucking signed eight bit integer
|
||||||
#define BROADCASTADDR MAXNETNODES
|
#define BROADCASTADDR MAXNETNODES
|
||||||
#define MAXSPLITSCREENPLAYERS 4 // Max number of players on a single computer
|
#define MAXSPLITSCREENPLAYERS 4 // Max number of players on a single computer
|
||||||
#define NETSPLITSCREEN // Kart's splitscreen netgame feature
|
#define NETSPLITSCREEN // Kart's splitscreen netgame feature
|
||||||
|
|
Loading…
Reference in a new issue