diff options
author | Jonathan Gray | 2003-04-29 08:39:16 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-04-29 08:39:16 +0000 |
commit | dd3eaff29488e728d7a788e06a5b6f55a775b893 (patch) | |
tree | 6a1f090b4ce5fff501f580a704f97aec1959195a /scumm | |
parent | 2a1280621ab7f14bcbf6830e8695f2dac3b43274 (diff) | |
download | scummvm-rg350-dd3eaff29488e728d7a788e06a5b6f55a775b893.tar.gz scummvm-rg350-dd3eaff29488e728d7a788e06a5b6f55a775b893.tar.bz2 scummvm-rg350-dd3eaff29488e728d7a788e06a5b6f55a775b893.zip |
add target for towns indy4 demo
svn-id: r7193
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scummvm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 093e22cfb6..d290b7e033 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -94,6 +94,8 @@ static const VersionSettings scumm_settings[] = { GF_AFTER_V5 | GF_USE_KEY | GF_ADLIB_DEFAULT, 0}, {"mi2demo", "Monkey Island 2: LeChuck's revenge (Demo)", GID_MONKEY2, 5, 2, 2, GF_AFTER_V5 | GF_USE_KEY | GF_ADLIB_DEFAULT, 0}, + {"indydemo", "Indiana Jones and the Fate of Atlantis (FM Towns Demo)", GID_INDY4, 5, 2, 02, + GF_AFTER_V5 | GF_USE_KEY | GF_ADLIB_DEFAULT, 0}, {"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, 5, 0, GF_AFTER_V5 | GF_USE_KEY | GF_ADLIB_DEFAULT, 0}, {"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0, |