summaryrefslogtreecommitdiff
path: root/src/doom/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/doomdef.h')
-rw-r--r--src/doom/doomdef.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doom/doomdef.h b/src/doom/doomdef.h
index e911f886..049ba9e3 100644
--- a/src/doom/doomdef.h
+++ b/src/doom/doomdef.h
@@ -49,6 +49,9 @@
// most parameter validation debugging code will not be compiled
#define RANGECHECK
+// The maximum number of players, multiplayer/networking.
+#define MAXPLAYERS 4
+
// The current state of the game: whether we are
// playing, gazing at the intermission screen,
// the game final animation, or a demo.
@@ -171,4 +174,3 @@ typedef enum
} powerduration_t;
#endif // __DOOMDEF__
-