diff options
author | Simon Howard | 2015-05-27 21:51:58 -0400 |
---|---|---|
committer | Simon Howard | 2015-05-27 21:51:58 -0400 |
commit | a09682d46edae813700eb693d0e5d5dccc652cd7 (patch) | |
tree | 858258b89d58f0cbd46f51a90a37dc0a1f6315cb /src/heretic | |
parent | 4f8f8a43e174f1e82dc0160c0ea96070e1cf6ef9 (diff) | |
parent | 270a249e5e1d15a17c2f7b91c7cf53e28d342229 (diff) | |
download | chocolate-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/heretic')
-rw-r--r-- | src/heretic/s_sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/s_sound.c b/src/heretic/s_sound.c index 09f2032d..988dc039 100644 --- a/src/heretic/s_sound.c +++ b/src/heretic/s_sound.c @@ -516,6 +516,7 @@ void S_UpdateSounds(mobj_t * listener) void S_Init(void) { + I_SetOPLDriverVer(opl_v_old); soundCurve = Z_Malloc(MAX_SND_DIST, PU_STATIC, NULL); if (snd_Channels > 8) { |