summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
authorSimon Howard2008-12-02 19:02:46 +0000
committerSimon Howard2008-12-02 19:02:46 +0000
commit2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02 (patch)
tree76984a568340278b4710a030b5ee39f7a3fb337b /src/i_sound.h
parent4af7ea5ba13f4f04ac9c505e0c0e20cef545b767 (diff)
downloadchocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.tar.gz
chocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.tar.bz2
chocolate-doom-2c2e0d5ac8e9629f5abb66cf90efe4e2e7c0ad02.zip
Fix setup to show the correct available sfx/music options, depending on
the game type. Add CD music option for Hexen. Subversion-branch: /branches/raven-branch Subversion-revision: 1402
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index 184a12d4..d8c4f38a 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -105,6 +105,7 @@ typedef enum
SNDDEVICE_SOUNDCANVAS = 7,
SNDDEVICE_GENMIDI = 8,
SNDDEVICE_AWE32 = 9,
+ SNDDEVICE_CD = 10,
} snddevice_t;
// Interface for sound modules