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/doom/s_sound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/doom/s_sound.c') diff --git a/src/doom/s_sound.c b/src/doom/s_sound.c index f6d8be13..5a97a2f6 100644 --- a/src/doom/s_sound.c +++ b/src/doom/s_sound.c @@ -115,6 +115,7 @@ void S_Init(int sfxVolume, int musicVolume) { int i; + I_SetOPLDriverVer(opl_v_new); I_PrecacheSounds(S_sfx, NUMSFX); S_SetSfxVolume(sfxVolume); -- cgit v1.2.3