summaryrefslogtreecommitdiff
path: root/src/doom/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/s_sound.c')
-rw-r--r--src/doom/s_sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doom/s_sound.c b/src/doom/s_sound.c
index 5834650d..884e0c1a 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);