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/hexen/s_sound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hexen/s_sound.c') 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); -- cgit v1.2.3