aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-04-29 08:39:16 +0000
committerJonathan Gray2003-04-29 08:39:16 +0000
commitdd3eaff29488e728d7a788e06a5b6f55a775b893 (patch)
tree6a1f090b4ce5fff501f580a704f97aec1959195a /scumm/scummvm.cpp
parent2a1280621ab7f14bcbf6830e8695f2dac3b43274 (diff)
downloadscummvm-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/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
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,