summaryrefslogtreecommitdiff
path: root/src/strife
diff options
context:
space:
mode:
authorkhokh20012015-03-09 16:32:08 +0900
committerkhokh20012015-03-09 16:32:08 +0900
commite62bc4cee05ddb2d2fcf0f04aee90c9158188ca6 (patch)
treec0d25af6f9de6c8a032f6a84282b3573cabad2f2 /src/strife
parent70e39d13808d9a6de004bde9570a2db001cc95e4 (diff)
downloadchocolate-doom-e62bc4cee05ddb2d2fcf0f04aee90c9158188ca6.tar.gz
chocolate-doom-e62bc4cee05ddb2d2fcf0f04aee90c9158188ca6.tar.bz2
chocolate-doom-e62bc4cee05ddb2d2fcf0f04aee90c9158188ca6.zip
Hexen and Heretic use older DMX. Since OPL Voice Allocating algorithm differ. This commit adds old DMX's voice allocating alogrithm for Hexen and Heretic.
Diffstat (limited to 'src/strife')
-rw-r--r--src/strife/s_sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c
index d22f84e4..3f010ea1 100644
--- a/src/strife/s_sound.c
+++ b/src/strife/s_sound.c
@@ -137,6 +137,7 @@ void S_Init(int sfxVolume, int musicVolume, int voiceVolume)
{
int i;
+ I_SetOPLDriverVer(opl_v_new);
I_PrecacheSounds(S_sfx, NUMSFX);
S_SetSfxVolume(sfxVolume);