svn-id: r7700
This commit is contained in:
Jamieson Christian 2003-05-19 20:34:41 +00:00
parent d50b070168
commit 3703ed51dc

View File

@ -635,7 +635,7 @@ int GameDetector::detectMain() {
* default, OR if the game is an older game that doesn't
* support anything else anyway. */
#ifndef __PALM_OS__ // currently adlib is not supported, is this really needed ?
if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || GF_SMALL_HEADER) {
if ((_midi_driver == MD_AUTO && _features & GF_ADLIB_DEFAULT) || _features & GF_SMALL_HEADER) {
_midi_driver = MD_ADLIB;
_use_adlib = true;
}