diff options
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/s_sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/s_sound.c b/src/strife/s_sound.c index d22f84e4..3f010ea1 100644 --- a/src/strife/s_sound.c +++ b/src/strife/s_sound.c @@ -137,6 +137,7 @@ void S_Init(int sfxVolume, int musicVolume, int voiceVolume) { int i; + I_SetOPLDriverVer(opl_v_new); I_PrecacheSounds(S_sfx, NUMSFX); S_SetSfxVolume(sfxVolume); |