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

dreammaster dreammaster at scummvm.org
Mon Feb 6 11:43:37 CET 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:
e81d1848d1 TSAGE: Add detection entry for Blue Force Spanish CD


Commit: e81d1848d1821a20962a72a1837e71ef37beb701
    https://github.com/scummvm/scummvm/commit/e81d1848d1821a20962a72a1837e71ef37beb701
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-02-06T02:42:58-08:00

Commit Message:
TSAGE: Add detection entry for Blue Force Spanish CD

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 0f6d8c9..583cd8e 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -140,6 +140,20 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_BlueForce,
 		GF_CD | GF_ALT_REGIONS
 	},
+	// Blue Force Spanish CD
+	{
+		{
+			"blueforce",
+			"CD",
+			AD_ENTRY1s("blue.rlb", "5b2b35c51b62e82d82b0791540bfae2d", 10082565),
+			Common::ES_ESP,
+			Common::kPlatformPC,
+			ADGF_CD | ADGF_TESTING,
+			GUIO2(GUIO_NOSPEECH, GUIO_NOSFX)
+		},
+		GType_BlueForce,
+		GF_CD | GF_ALT_REGIONS
+	},
 
 	// Return to Ringworld
 	{






More information about the Scummvm-git-logs mailing list