aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorSven Hesse2007-07-25 15:46:13 +0000
committerSven Hesse2007-07-25 15:46:13 +0000
commit3b9286784808f5fbbc2cb1858bbb306c3c5c635c (patch)
treef0592aaadce33e6af1620bb7c1ff48604b4999d7 /engines
parentcf3719d613a0947ce46b5541e378532b4cbcf394 (diff)
downloadscummvm-rg350-3b9286784808f5fbbc2cb1858bbb306c3c5c635c.tar.gz
scummvm-rg350-3b9286784808f5fbbc2cb1858bbb306c3c5c635c.tar.bz2
scummvm-rg350-3b9286784808f5fbbc2cb1858bbb306c3c5c635c.zip
Added one (commented out) "The Last Dynasty" MD5
svn-id: r28190
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 93a2b82773..345c212895 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -54,6 +54,7 @@ static const PlainGameDescriptor gobGames[] = {
{"bargon", "Bargon Attack"},
{"ween", "Ween: The Prophecy"},
{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
+// {"dynasty", "The Last Dynasty"},
{0, 0}
};
@@ -1114,6 +1115,19 @@ static const GOBGameDescription gameDescriptions[] = {
kFeatures640,
"intro"
},
+ /*{
+ {
+ "dynasty",
+ "",
+ AD_ENTRY1s("intro.stk", "6190e32404b672f4bbbc39cf76f41fda", 2511470),
+ EN_USA,
+ kPlatformPC,
+ Common::ADGF_NO_FLAGS
+ },
+ kGameTypeWoodruff,
+ kFeatures640,
+ "intro"
+ },*/
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
};