diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 3b95223c1a5..1b16e28c85e 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; }