fix bug #830104: BASS won't start unless music driver chosen
svn-id: r10964
This commit is contained in:
parent
8f4f507c33
commit
6929b9dd7b
1 changed files with 2 additions and 1 deletions
|
@ -539,7 +539,8 @@ int GameDetector::detectMusicDriver(int midiFlags) {
|
|||
#else
|
||||
musicDriver = MD_NULL;
|
||||
#endif
|
||||
}
|
||||
} else
|
||||
musicDriver = MD_ADLIB;
|
||||
} else
|
||||
musicDriver = MD_TOWNS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue