diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 3b95223c1a..1b16e28c85 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -539,7 +539,8 @@ int GameDetector::detectMusicDriver(int midiFlags) { #else musicDriver = MD_NULL; #endif - } + } else + musicDriver = MD_ADLIB; } else musicDriver = MD_TOWNS; } |