diff options
author | Jonathan Gray | 2003-10-04 00:47:23 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-10-04 00:47:23 +0000 |
commit | 68d923505efb9cb45366b0528f8bf039c1b18902 (patch) | |
tree | 95c8836ed0aa851ad25bc2aacea2e2531e37769a | |
parent | afd9119d373e24f457a542b6a5960057a5c6b171 (diff) | |
download | scummvm-rg350-68d923505efb9cb45366b0528f8bf039c1b18902.tar.gz scummvm-rg350-68d923505efb9cb45366b0528f8bf039c1b18902.tar.bz2 scummvm-rg350-68d923505efb9cb45366b0528f8bf039c1b18902.zip |
let adlib/native music for indydemo work
svn-id: r10580
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 24615a69e8..fef7f9d766 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -124,7 +124,7 @@ static const TargetSettings scumm_settings[] = { GF_USE_KEY, 0}, {"mi2demo", "Monkey Island 2: LeChuck's revenge (Demo)", GID_MONKEY2, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, - {"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_NONE, + {"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, {"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, /*MDT_PCSPK |*/ MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, |