From e62bc4cee05ddb2d2fcf0f04aee90c9158188ca6 Mon Sep 17 00:00:00 2001 From: khokh2001 Date: Mon, 9 Mar 2015 16:32:08 +0900 Subject: 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. --- src/heretic/s_sound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/heretic') 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) { -- cgit v1.2.3