diff options
author | Simon Howard | 2011-10-19 18:10:11 +0000 |
---|---|---|
committer | Simon Howard | 2011-10-19 18:10:11 +0000 |
commit | a4567e04c7f90f12ae7e2bedf840d80e14409283 (patch) | |
tree | 69d568d90f309472ce4e20cb508f3a42183ae840 /src/strife | |
parent | e5806af05eb31c18250bf74c9b8ae052a0666b6b (diff) | |
download | chocolate-doom-a4567e04c7f90f12ae7e2bedf840d80e14409283.tar.gz chocolate-doom-a4567e04c7f90f12ae7e2bedf840d80e14409283.tar.bz2 chocolate-doom-a4567e04c7f90f12ae7e2bedf840d80e14409283.zip |
Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERS
defines for each game. Refactor "waiting screen" data code.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2441
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/doomdef.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/doomdef.h b/src/strife/doomdef.h index 459c43dd..3c289808 100644 --- a/src/strife/doomdef.h +++ b/src/strife/doomdef.h @@ -47,6 +47,9 @@ #define DOOM_191_VERSION 111 +// Maximum players for Strife: +#define MAXPLAYERS 8 + // If rangecheck is undefined, // most parameter validation debugging code will not be compiled #define RANGECHECK @@ -294,4 +297,3 @@ typedef enum } powerduration_t; #endif // __DOOMDEF__ - |