aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2002-12-06 14:45:00 +0000
committerJonathan Gray2002-12-06 14:45:00 +0000
commit102525f27fa0bf2739df2e69ed993ba4708780f1 (patch)
tree297e7591404486e5dae183ed1ce59997f6ce33cc /common
parent927c2920dc7d286ca7318d2a17235b4d52ae6615 (diff)
downloadscummvm-rg350-102525f27fa0bf2739df2e69ed993ba4708780f1.tar.gz
scummvm-rg350-102525f27fa0bf2739df2e69ed993ba4708780f1.tar.bz2
scummvm-rg350-102525f27fa0bf2739df2e69ed993ba4708780f1.zip
add mi2demo to gamelist, fails to play back recorded sequence currently. Get it here http://www.scummbar.com/resources/downloads/demos/mi2demo.zip
svn-id: r5859
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index d589e5531f..da0f1524cc 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -469,6 +469,8 @@ const VersionSettings version_settings[] = {
GF_USE_KEY | GF_AUDIOTRACKS | GF_ADLIB_DEFAULT},
{"monkey2", "Monkey Island 2: LeChuck's revenge", GID_MONKEY2, 5, 2, 2,
GF_USE_KEY | GF_ADLIB_DEFAULT},
+ {"mi2demo", "Monkey Island 2: LeChuck's revenge (Demo)", GID_MONKEY2, 5, 2, 2,
+ GF_USE_KEY | GF_ADLIB_DEFAULT},
{"atlantis", "Indiana Jones and the Fate of Atlantis", GID_INDY4, 5, 5, 0,
GF_USE_KEY | GF_ADLIB_DEFAULT},
{"playfate", "Indiana Jones and the Fate of Atlantis (Demo)", GID_INDY4, 5, 5, 0,