summaryrefslogtreecommitdiff
path: root/src/doomfeatures.h
diff options
context:
space:
mode:
authorSimon Howard2007-05-16 14:28:22 +0000
committerSimon Howard2007-05-16 14:28:22 +0000
commit2a026e12779b77b2aeabb78bdca3ea00e10d478a (patch)
tree02042c4b81e2cdf52e8426cb1221ca319f8fde7d /src/doomfeatures.h
parent991ef372d4acdf5f2fcae09cef05bfec12ce9b64 (diff)
downloadchocolate-doom-2a026e12779b77b2aeabb78bdca3ea00e10d478a.tar.gz
chocolate-doom-2a026e12779b77b2aeabb78bdca3ea00e10d478a.tar.bz2
chocolate-doom-2a026e12779b77b2aeabb78bdca3ea00e10d478a.zip
Add FEATURE_SOUND.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 877
Diffstat (limited to 'src/doomfeatures.h')
-rw-r--r--src/doomfeatures.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doomfeatures.h b/src/doomfeatures.h
index 14b773ee..46e26e52 100644
--- a/src/doomfeatures.h
+++ b/src/doomfeatures.h
@@ -39,6 +39,10 @@
#define FEATURE_MULTIPLAYER 1
+// Enables sound output
+
+#define FEATURE_SOUND 1
+
#endif /* #ifndef DOOM_FEATURES_H */