[Scummvm-cvs-logs] SF.net SVN: scummvm:[43145] scummvm/trunk/engines/agos/detection_tables.h

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


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

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

Modified Paths:
--------------
    scummvm/trunk/engines/agos/detection_tables.h

Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h	2009-08-08 20:17:37 UTC (rev 43144)
+++ scummvm/trunk/engines/agos/detection_tables.h	2009-08-08 20:49:13 UTC (rev 43145)
@@ -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