diff options
author | Travis Howell | 2004-02-07 15:54:03 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-07 15:54:03 +0000 |
commit | a3f7753e9a0a147100ce23c07ebfb0c7451c95ea (patch) | |
tree | bbde474a878c5943e88a43a3ea42489eaea6f34b /scumm | |
parent | 91f201af29cff3b731bd84a0f6f10d131b693330 (diff) | |
download | scummvm-rg350-a3f7753e9a0a147100ce23c07ebfb0c7451c95ea.tar.gz scummvm-rg350-a3f7753e9a0a147100ce23c07ebfb0c7451c95ea.tar.bz2 scummvm-rg350-a3f7753e9a0a147100ce23c07ebfb0c7451c95ea.zip |
Demos includes a few ROL tracks
svn-id: r12762
Diffstat (limited to 'scumm')
-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 66240d529d..d4005a3e6b 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -141,7 +141,7 @@ static const ScummGameSettings 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_ADLIB, + {"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, MDT_ADLIB | MDT_NATIVE, GF_USE_KEY, 0}, {"indy4", "Indiana Jones and the Fate of Atlantis (FM Towns)", GID_INDY4, 5, MDT_ADLIB, GF_USE_KEY, 0}, |