aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
authorJamieson Christian2003-05-19 20:34:41 +0000
committerJamieson Christian2003-05-19 20:34:41 +0000
commit3703ed51dca1450eb7c6c70ffdaffb34728d8ba5 (patch)
tree78eb56e56a56f9cf428dff168bdef510b1a7a075 /common/gameDetector.cpp
parentd50b070168e386516c637e1a11c66056525a3b9f (diff)
downloadscummvm-rg350-3703ed51dca1450eb7c6c70ffdaffb34728d8ba5.tar.gz
scummvm-rg350-3703ed51dca1450eb7c6c70ffdaffb34728d8ba5.tar.bz2
scummvm-rg350-3703ed51dca1450eb7c6c70ffdaffb34728d8ba5.zip
Oops....
svn-id: r7700
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 0d01028915..1815f83043 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -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;
}