[Scummvm-cvs-logs] scummvm master -> 3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4

DrMcCoy drmccoy at drmccoy.de
Mon Apr 8 11:08:31 CEST 2013


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:
3e1622d68a GOB: Add another Spanish DOS version of Geisha


Commit: 3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4
    https://github.com/scummvm/scummvm/commit/3e1622d68a9a9f16364e4a2637ce1a9f1d1e64e4
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2013-04-08T02:05:50-07:00

Commit Message:
GOB: Add another Spanish DOS version of Geisha

As supplied by alestedx in bug report #3610207

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



diff --git a/engines/gob/detection/tables_geisha.h b/engines/gob/detection/tables_geisha.h
index a32d1eb..2c9a884 100644
--- a/engines/gob/detection/tables_geisha.h
+++ b/engines/gob/detection/tables_geisha.h
@@ -97,6 +97,20 @@
 	kFeaturesEGA | kFeaturesAdLib,
 	"disk1.stk", "intro.tot", 0
 },
+{ // Supplied by alestedx in bug report #3610207
+	{
+		"geisha",
+		"",
+		AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212164),
+		ES_ESP,
+		kPlatformPC,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGeisha,
+	kFeaturesEGA | kFeaturesAdLib,
+	"disk1.stk", "intro.tot", 0
+},
 {
 	{
 		"geisha",






More information about the Scummvm-git-logs mailing list