mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
Fix mus_adlibstereo
git-svn-id: https://svn.eduke32.com/eduke32@8233 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/audiolib/include/al_midi.h
This commit is contained in:
parent
247e6bcc26
commit
5de8dad179
2 changed files with 16 additions and 25 deletions
|
@ -55,10 +55,9 @@ static int osdcmd_cvar_set_audiolib(osdcmdptr_t parm)
|
|||
if (r != OSDCMD_OK) return r;
|
||||
|
||||
if (!Bstrcasecmp(parm->name, "mus_emidicard"))
|
||||
{
|
||||
MIDI_Restart();
|
||||
return r;
|
||||
}
|
||||
else if (!Bstrcasecmp(parm->name, "mus_adlibstereo"))
|
||||
AL_SetStereo(AL_Stereo);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue