summaryrefslogtreecommitdiff
path: root/src/hexen/s_sound.c
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/hexen/s_sound.c
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/hexen/s_sound.c')
-rw-r--r--src/hexen/s_sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c
index b5af53c7..60666566 100644
--- a/src/hexen/s_sound.c
+++ b/src/hexen/s_sound.c
@@ -787,6 +787,7 @@ void S_UpdateSounds(mobj_t * listener)
void S_Init(void)
{
+ I_SetOPLDriverVer(opl_v_old);
SoundCurve = W_CacheLumpName("SNDCURVE", PU_STATIC);
// SoundCurve = Z_Malloc(MAX_SND_DIST, PU_STATIC, NULL);