summaryrefslogtreecommitdiff
path: root/src/strife
diff options
context:
space:
mode:
authorSimon Howard2015-05-27 21:51:58 -0400
committerSimon Howard2015-05-27 21:51:58 -0400
commita09682d46edae813700eb693d0e5d5dccc652cd7 (patch)
tree858258b89d58f0cbd46f51a90a37dc0a1f6315cb /src/strife
parent4f8f8a43e174f1e82dc0160c0ea96070e1cf6ef9 (diff)
parent270a249e5e1d15a17c2f7b91c7cf53e28d342229 (diff)
downloadchocolate-doom-a09682d46edae813700eb693d0e5d5dccc652cd7.tar.gz
chocolate-doom-a09682d46edae813700eb693d0e5d5dccc652cd7.tar.bz2
chocolate-doom-a09682d46edae813700eb693d0e5d5dccc652cd7.zip
Merge pull request #516 from khokh2001/oldopl
Older DMX's OPL voice allocation algorithm
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);