aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/detection.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-02-12 12:53:28 +0000
committerSven Hesse2007-02-12 12:53:28 +0000
commit6b2d8436806a2e017ac3b4b99e954f434248121f (patch)
treeb85786796700bef15bbda528b7eabbe3a2829033 /engines/gob/detection.cpp
parent171962b02c7d20d3b120b4458c885dcfafd78e54 (diff)
downloadscummvm-rg350-6b2d8436806a2e017ac3b4b99e954f434248121f.tar.gz
scummvm-rg350-6b2d8436806a2e017ac3b4b99e954f434248121f.tar.bz2
scummvm-rg350-6b2d8436806a2e017ac3b4b99e954f434248121f.zip
- Some fixes for demos and Amiga versions
- Improved language finding a bit svn-id: r25520
Diffstat (limited to 'engines/gob/detection.cpp')
-rw-r--r--engines/gob/detection.cpp28
1 files changed, 25 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 3abeb09e5f..da8a6e03d5 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -54,8 +54,8 @@ static const PlainGameDescriptor gobGames[] = {
{"gob3cd", "Goblins Quest 3 CD"},
{"gob3-demo", "Goblins Quest 3 Demo"},
{"bargon", "Bargon Attack"},
- {"ween", "Ween: The Prohpecy"},
- {"ween-demo", "Ween: The Prohpecy Demo"},
+ {"ween", "Ween: The Prophecy"},
+ {"ween-demo", "Ween: The Prophecy Demo"},
{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
{0, 0}
};
@@ -529,7 +529,7 @@ static const GOBGameDescription gameDescriptions[] = {
"ween",
"",
AD_ENTRY1("intro.stk", "2bb8878a8042244dd2b96ff682381baa"),
- UNK_LANG,
+ EN_GRB,
kPlatformPC,
},
GF_GOB2,
@@ -550,6 +550,17 @@ static const GOBGameDescription gameDescriptions[] = {
{
"ween",
"",
+ AD_ENTRY1("intro.stk", "257fe669705ac4971efdfd5656eef16a"),
+ FR_FRA,
+ kPlatformAmiga,
+ },
+ GF_GOB2,
+ "intro"
+ },
+ {
+ {
+ "ween",
+ "",
AD_ENTRY1("intro.stk", "4b10525a3782aa7ecd9d833b5c1d308b"),
FR_FRA,
kPlatformPC,
@@ -581,6 +592,17 @@ static const GOBGameDescription gameDescriptions[] = {
},
{
{
+ "ween-demo",
+ "",
+ AD_ENTRY1("intro.stk", "15fb91a1b9b09684b28ac75edf66e504"),
+ EN_USA,
+ kPlatformPC,
+ },
+ GF_GOB2,
+ "show"
+ },
+ {
+ {
"bargon",
"",
AD_ENTRY1("intro.stk", "da3c54be18ab73fbdb32db24624a9c23"),