[Scummvm-git-logs] scummvm master -> e5968228f66fc864acb04224f0ef6ba9814b57b7
digitall
dgturner at iee.org
Tue Oct 2 09:24:44 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e5968228f6 GOB: Add Detection Entry for PCGames Ween Demo.
Commit: e5968228f66fc864acb04224f0ef6ba9814b57b7
https://github.com/scummvm/scummvm/commit/e5968228f66fc864acb04224f0ef6ba9814b57b7
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-02T08:31:48+01:00
Commit Message:
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.
Changed paths:
engines/gob/detection/tables_ween.h
diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index bf65685..124c815 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
More information about the Scummvm-git-logs
mailing list