diff options
author | Henrik Kretzschmar | 2018-07-09 20:54:13 +0200 |
---|---|---|
committer | Paul Gilbert | 2018-07-09 17:41:56 -0700 |
commit | 204060d1f0b88a5e1d4cb2010a76080281e3a327 (patch) | |
tree | cd151034e2b656267b3e622b15c568214b1a7850 /engines | |
parent | f009688b43265b4da8d838a5286c44a77dc50914 (diff) | |
download | scummvm-rg350-204060d1f0b88a5e1d4cb2010a76080281e3a327.tar.gz scummvm-rg350-204060d1f0b88a5e1d4cb2010a76080281e3a327.tar.bz2 scummvm-rg350-204060d1f0b88a5e1d4cb2010a76080281e3a327.zip |
XEEN: name a source of the game files for the german Worlds version
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/detection_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h index 50b587cbe1..f44c2da584 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -43,13 +43,14 @@ static const XeenGameDescription gameDescriptions[] = { }, { - // World of Xeen (German) + // World of Xeen (Bestseller Games Magazine #6 + #8 German) { "worldofxeen", nullptr, { {"xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150}, {"dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657}, + {"intro.cc", 0, "e47a7ab0223cf32b2d87eed91d024c35", 8899953}, AD_LISTEND }, Common::DE_DEU, |