[Scummvm-git-logs] scummvm master -> acc9773a3df68ffa806cbc52ed7c7b5fa83bb197

DrMcCoy drmccoy at drmccoy.de
Thu Jan 26 16:33:20 CET 2017


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:
acc9773a3d GOB: Add another interactive Gob3 demo, as supplied by Dark-Star


Commit: acc9773a3df68ffa806cbc52ed7c7b5fa83bb197
    https://github.com/scummvm/scummvm/commit/acc9773a3df68ffa806cbc52ed7c7b5fa83bb197
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2017-01-26T16:30:23+01:00

Commit Message:
GOB: Add another interactive Gob3 demo, as supplied by Dark-Star

This demo comes with texts in English (GB), German and French.

Changed paths:
    engines/gob/detection/tables_gob3.h


diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 55c840f..0202a06 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -560,5 +560,47 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
+{ // Supplied by Dark-Star on #scummvm
+	{
+		"gob3",
+		"Interactive Demo 4",
+		AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562),
+		EN_GRB,
+		kPlatformDOS,
+		ADGF_DEMO,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob3,
+	kFeaturesAdLib,
+	0, 0, 0
+},
+{ // Supplied by Dark-Star on #scummvm
+	{
+		"gob3",
+		"Interactive Demo 4",
+		AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562),
+		DE_DEU,
+		kPlatformDOS,
+		ADGF_DEMO,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob3,
+	kFeaturesAdLib,
+	0, 0, 0
+},
+{ // Supplied by Dark-Star on #scummvm
+	{
+		"gob3",
+		"Interactive Demo 4",
+		AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562),
+		FR_FRA,
+		kPlatformDOS,
+		ADGF_DEMO,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob3,
+	kFeaturesAdLib,
+	0, 0, 0
+},
 
 #endif // GOB_DETECTION_TABLES_GOB3_H





More information about the Scummvm-git-logs mailing list