summaryrefslogtreecommitdiff
path: root/src/doomfeatures.h
diff options
context:
space:
mode:
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 */