aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorSven Hesse2008-05-02 20:57:16 +0000
committerSven Hesse2008-05-02 20:57:16 +0000
commitf4623ab18c1e9c907155e17156e8842b068b059b (patch)
treecc30ceaf80654a9c442005527b9570cc0a1a96ef /engines
parenta829244b8ce5f5444e5c109aba6b8744d6327d7b (diff)
downloadscummvm-rg350-f4623ab18c1e9c907155e17156e8842b068b059b.tar.gz
scummvm-rg350-f4623ab18c1e9c907155e17156e8842b068b059b.tar.bz2
scummvm-rg350-f4623ab18c1e9c907155e17156e8842b068b059b.zip
The Last Dynasty starts and play the intro videos, so uncommenting its detection
svn-id: r31833
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/detection.cpp19
1 files changed, 16 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 4bd6668f5c..e5575f1e5b 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -57,7 +57,7 @@ static const PlainGameDescriptor gobGames[] = {
{"lostintime", "Lost in Time"},
{"inca2", "Inca II: Wiracocha"},
{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
-// {"dynasty", "The Last Dynasty"},
+ {"dynasty", "The Last Dynasty"},
{0, 0}
};
@@ -1685,7 +1685,7 @@ static const GOBGameDescription gameDescriptions[] = {
kFeatures640,
"intro"
},
- /*{
+ {
{
"dynasty",
"",
@@ -1697,7 +1697,20 @@ static const GOBGameDescription gameDescriptions[] = {
kGameTypeWoodruff,
kFeatures640,
"intro"
- },*/
+ },
+ {
+ {
+ "dynasty",
+ "",
+ AD_ENTRY1s("intro.stk", "61e4069c16e27775a6cc6d20f529fb36", 2511300),
+ EN_USA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeWoodruff,
+ kFeatures640,
+ "intro"
+ },
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
};