aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-06 20:43:23 +0200
committerFilippos Karapetis2013-01-06 20:43:23 +0200
commit3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3 (patch)
treee37227af8a36a3ed8d5a7206502b936f688266f3
parent00c0986562f1eb0cd3e4732d04b4ceb2259eb154 (diff)
downloadscummvm-rg350-3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3.tar.gz
scummvm-rg350-3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3.tar.bz2
scummvm-rg350-3e025a8c55fce06ab4dd5a615e46fa6a9b9a6fb3.zip
TOLTECS: Add detection for the English demo and correct the German one
-rw-r--r--engines/toltecs/detection.cpp39
1 files changed, 26 insertions, 13 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 34f5ebdf24..4016becb82 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -99,19 +99,6 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
{
- // 3 Skulls of the Toltecs German Demo version
- {
- "toltecs",
- 0,
- AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
- Common::DE_DEU,
- Common::kPlatformPC,
- ADGF_NO_FLAGS,
- GUIO1(GUIO_NONE)
- },
- },
-
- {
// 3 Skulls of the Toltecs French version
{
"toltecs",
@@ -151,6 +138,32 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
},
+ {
+ // 3 Skulls of the Toltecs English Demo version
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "53a0abd1c0bc5cad8ba18f0e56877705", 46241833),
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_DEMO,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
+ {
+ // 3 Skulls of the Toltecs German Demo version
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ ADGF_DEMO,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};