diff options
author | D G Turner | 2018-10-02 08:31:48 +0100 |
---|---|---|
committer | D G Turner | 2018-10-02 08:31:48 +0100 |
commit | e5968228f66fc864acb04224f0ef6ba9814b57b7 (patch) | |
tree | 5774975a29ecbdb63e65eb491e30fd1c0263a39c | |
parent | 408fd880cbeac4b125cbf3d7831e7e3f0e9d7600 (diff) | |
download | scummvm-rg350-e5968228f66fc864acb04224f0ef6ba9814b57b7.tar.gz scummvm-rg350-e5968228f66fc864acb04224f0ef6ba9814b57b7.tar.bz2 scummvm-rg350-e5968228f66fc864acb04224f0ef6ba9814b57b7.zip |
GOB: Add Detection Entry for PCGames Ween Demo.
This is from Trac #10725, and the demo appears to be multilingual at
least in terms of English and German, so adding two entries.
-rw-r--r-- | engines/gob/detection/tables_ween.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h index bf65685d46..124c815dfb 100644 --- a/engines/gob/detection/tables_ween.h +++ b/engines/gob/detection/tables_ween.h @@ -258,5 +258,33 @@ kFeaturesAdLib, 0, "show.tot", 0 }, +{ + { + "ween", + "Demo", + AD_ENTRY1("intro.stk", "aca10b973c03ba8b8b2804f4e7029ece"), + DE_DEU, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeWeen, + kFeaturesAdLib, + 0, 0, 0 +}, +{ + { + "ween", + "Demo", + AD_ENTRY1("intro.stk", "aca10b973c03ba8b8b2804f4e7029ece"), + EN_GRB, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeWeen, + kFeaturesAdLib, + 0, 0, 0 +}, #endif // GOB_DETECTION_TABLES_WEEN_H |