[Scummvm-cvs-logs] SF.net SVN: scummvm:[38789] scummvm/trunk/engines/sci/detection.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Feb 22 19:31:40 CET 2009


Revision: 38789
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38789&view=rev
Author:   mthreepwood
Date:     2009-02-22 18:31:40 +0000 (Sun, 22 Feb 2009)

Log Message:
-----------
Re-enable kq1 SCI Amiga and Mixed Up Mother Goose SCI Amiga.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-22 17:54:38 UTC (rev 38788)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-22 18:31:40 UTC (rev 38789)
@@ -538,7 +538,6 @@
 	},
 #endif
 
-#if 0
 	// King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org)
 	{{"kq1sci", "SCI Remake", {
 		{"resource.map", 0, "37ed1a05eb719629eba15059c2eb6cbe", 6798},
@@ -548,10 +547,9 @@
 		{"resource.004", 0, "9ae2a13708d691cd42f9129173c4b39d", 820443},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
 		{},
-		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 000)
+		SCI_VERSION_01,
+		SCI_VERSION(0, 001, 10)
 	},
-#endif
 
 	// King's Quest 1 SCI Remake - English DOS
 	{{"kq1sci", "SCI Remake", {
@@ -1163,7 +1161,6 @@
 	},
 #endif
 
-#if 0
 	// Mixed-Up Mother Goose - English Amiga (from www.back2roots.org)
 	{{"mothergoose", "", {
 		{"resource.map", 0, "4aa28ac93fae03cf854594da13d9229c", 2700},
@@ -1171,10 +1168,9 @@
 		{"resource.002", 0, "fb552ae550ca1dac19ed8f6a3767612d", 817191},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
 		{},
-		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 000, 685)
+		SCI_VERSION_01,
+		SCI_VERSION(0, 001, 10)
 	},
-#endif
 
 #if 0
 	// Mixed-Up Mother Goose - English DOS CD


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