diff options
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) { |