From dd3eaff29488e728d7a788e06a5b6f55a775b893 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 29 Apr 2003 08:39:16 +0000 Subject: [PATCH] add target for towns indy4 demo svn-id: r7193 --- scumm/scummvm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 093e22cfb64..d290b7e0336 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,