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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Mar 19 10:09:31 CET 2009


Revision: 39525
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39525&view=rev
Author:   thebluegr
Date:     2009-03-19 09:09:31 +0000 (Thu, 19 Mar 2009)

Log Message:
-----------
Added another version of SQ4

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-18 23:38:25 UTC (rev 39524)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-19 09:09:31 UTC (rev 39525)
@@ -2197,6 +2197,16 @@
 		SCI_VERSION(1, 000, 200)	// FIXME: the executable is version 1.000.753, which doesn't work
 	},
 
+	// Space Quest 4 - English DOS
+	{{"sq4", "", {
+		{"resource.map", 0, "71ccf4f82ac4efb588731acfb7bf2603", 5646},
+		{"resource.000", 0, "e1f46832cd2458796028e054a0466031", 933928},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(1, 000, 200)	// FIXME: the executable is version 1.000.753, which doesn't work
+	},
+
 #if 0
 	// Space Quest 4 - German DOS (from Tobis87)
 	{{"sq4", "", {


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