Fix regression from r39702: look up music_driver in config
svn-id: r39707
This commit is contained in:
parent
95a8c28dd5
commit
07d3ae07ac
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ MidiDriverType MidiDriver::detectMusicDriver(int flags) {
|
|||
MidiDriverType musicDriver;
|
||||
|
||||
// Query the selected music driver (defaults to MD_AUTO).
|
||||
const MidiDriverDescription *md = findMusicDriver("music_driver");
|
||||
const MidiDriverDescription *md = findMusicDriver(ConfMan.get("music_driver"));
|
||||
|
||||
// Check whether the selected music driver is compatible with the
|
||||
// given flags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue