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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Feb 1 06:34:00 CET 2007


Revision: 25318
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25318&view=rev
Author:   eriktorbjorn
Date:     2007-01-31 21:33:59 -0800 (Wed, 31 Jan 2007)

Log Message:
-----------
Added my version of Woodruff so that I, too, can get the "Unknown version of
game engine" error, rather than a failed assertion, if I try to start it.

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-02-01 04:41:36 UTC (rev 25317)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-02-01 05:33:59 UTC (rev 25318)
@@ -477,6 +477,17 @@
 		{
 			"woodruff",
 			"",
+			AD_ENTRY1s("intro.stk", "b50fee012a5abcd0ac2963e1b4b56bec", 20298108),
+			EN_USA,
+			kPlatformPC,
+		},
+		GF_WOODRUFF,
+		"intro"
+	},
+	{
+		{
+			"woodruff",
+			"",
 			AD_ENTRY1s("intro.stk", "5f5f4e0a72c33391e67a47674b120cc6", 20296422),
 			DE_DEU,
 			kPlatformPC,


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