[Scummvm-cvs-logs] SF.net SVN: scummvm:[43146] scummvm/branches/branch-1-0-0/engines/agos/ detection_tables.h

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Aug 8 22:49:55 CEST 2009


Revision: 43146
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43146&view=rev
Author:   sev
Date:     2009-08-08 20:49:54 +0000 (Sat, 08 Aug 2009)

Log Message:
-----------
Backport fix for bug #2825565: "Unable to select subtitles in Atlantis and Simon 1"

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/agos/detection_tables.h

Modified: scummvm/branches/branch-1-0-0/engines/agos/detection_tables.h
===================================================================
--- scummvm/branches/branch-1-0-0/engines/agos/detection_tables.h	2009-08-08 20:49:13 UTC (rev 43145)
+++ scummvm/branches/branch-1-0-0/engines/agos/detection_tables.h	2009-08-08 20:49:54 UTC (rev 43146)
@@ -1600,7 +1600,7 @@
 			Common::RU_RUS,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,
@@ -1625,7 +1625,7 @@
 			Common::FR_FRA,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,
@@ -1675,7 +1675,7 @@
 			Common::HB_ISR,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,
@@ -1700,7 +1700,7 @@
 			Common::IT_ITA,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,
@@ -1726,7 +1726,7 @@
 			Common::IT_ITA,
 			Common::kPlatformWindows,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,
@@ -1751,7 +1751,7 @@
 			Common::ES_ESP,
 			Common::kPlatformPC,
 			ADGF_NO_FLAGS,
-			GUIO_NOSUBTITLES
+			GUIO_NONE
 		},
 
 		GType_SIMON1,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list