summaryrefslogtreecommitdiff
path: root/src/strife
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife')
-rw-r--r--src/strife/doomdef.h4
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__
-