[Scummvm-cvs-logs] scummvm master -> ef8e15255d2415add42d4463e1672ea215f4ab80

DrMcCoy drmccoy at drmccoy.de
Sun Aug 5 10:45:06 CEST 2012


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:
ef8e15255d GOB: Add a Spanish/Italian DOS version of Geisha


Commit: ef8e15255d2415add42d4463e1672ea215f4ab80
    https://github.com/scummvm/scummvm/commit/ef8e15255d2415add42d4463e1672ea215f4ab80
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-08-05T01:43:41-07:00

Commit Message:
GOB: Add a Spanish/Italian DOS version of Geisha

As supplied by einstein95 in bug report #3544449.

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 d05659d..a32d1eb 100644
--- a/engines/gob/detection/tables_geisha.h
+++ b/engines/gob/detection/tables_geisha.h
@@ -69,6 +69,34 @@
 	kFeaturesEGA | kFeaturesAdLib,
 	"disk1.stk", "intro.tot", 0
 },
+{ // Supplied by einstein95 in bug report #3544449
+	{
+		"geisha",
+		"",
+		AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212169),
+		ES_ESP,
+		kPlatformPC,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGeisha,
+	kFeaturesEGA | kFeaturesAdLib,
+	"disk1.stk", "intro.tot", 0
+},
+{ // Supplied by einstein95 in bug report #3544449
+	{
+		"geisha",
+		"",
+		AD_ENTRY1s("disk1.stk", "49107ac897e7c00af6c4ecd78a74a710", 212169),
+		IT_ITA,
+		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