summaryrefslogtreecommitdiff
path: root/src/doomfeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/doomfeatures.h')
-rw-r--r--src/doomfeatures.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/doomfeatures.h b/src/doomfeatures.h
index 2c056d6e..b02e8a7f 100644
--- a/src/doomfeatures.h
+++ b/src/doomfeatures.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: doomfeatures.h 190 2005-10-12 21:52:01Z fraggle $
+// $Id: doomfeatures.h 444 2006-03-25 21:50:32Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -42,6 +42,10 @@
#define FEATURE_DEHACKED 1
+// Enables multiplayer support (network games)
+
+#define FEATURE_MULTIPLAYER 1
+
#endif /* #ifndef DOOM_FEATURES_H */