diff options
Diffstat (limited to 'src/doom')
-rw-r--r-- | src/doom/s_sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |