[Scummvm-cvs-logs] scummvm master -> 423d41dfc1d0ce5ff340c8915c0016116d6408d7

dreammaster dreammaster at scummvm.org
Sat Feb 18 00:20:59 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:
423d41dfc1 TSAGE: Disabled Spanish Blue Force detection entry


Commit: 423d41dfc1d0ce5ff340c8915c0016116d6408d7
    https://github.com/scummvm/scummvm/commit/423d41dfc1d0ce5ff340c8915c0016116d6408d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-02-17T15:19:51-08:00

Commit Message:
TSAGE: Disabled Spanish Blue Force detection entry

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 583cd8e..d538cba 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -140,6 +140,8 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_BlueForce,
 		GF_CD | GF_ALT_REGIONS
 	},
+#if 0
+	// Blue Force Spanish doesn't yet work
 	// Blue Force Spanish CD
 	{
 		{
@@ -154,7 +156,7 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_BlueForce,
 		GF_CD | GF_ALT_REGIONS
 	},
-
+#endif
 	// Return to Ringworld
 	{
 		{






More information about the Scummvm-git-logs mailing list