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

dreammaster dreammaster at scummvm.org
Thu Jun 16 11:14:32 CEST 2011


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:
c48b90f7a3 DREAMWEB: Clarified 2nd CD version as the US release


Commit: c48b90f7a3e43fdefe35950e573cf6df5fdb916f
    https://github.com/scummvm/scummvm/commit/c48b90f7a3e43fdefe35950e573cf6df5fdb916f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-06-16T02:12:36-07:00

Commit Message:
DREAMWEB: Clarified 2nd CD version as the US release

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index f9bc75b..1318465 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -46,6 +46,8 @@ static const DreamWebGameDescription gameDescriptions[] = {
 			GUIO_NONE
 		},
 	},
+
+	// International CD release
 	{
 		{
 			"dreamweb",
@@ -62,7 +64,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
 		},
 	},
 
-	// Second CD version
+	// US CD release
 	{
 		{
 			"dreamweb",
@@ -72,7 +74,7 @@ static const DreamWebGameDescription gameDescriptions[] = {
 				{"dreamweb.r02", 0, "c0c363715ddf14ab54f2379906a3aa01", 198707},
 				AD_LISTEND
 			},
-			Common::EN_ANY,
+			Common::EN_USA,
 			Common::kPlatformPC,
 			ADGF_CD,
 			GUIO_NONE






More information about the Scummvm-git-logs mailing list