[Scummvm-cvs-logs] SF.net SVN: scummvm:[35509] scummvm/trunk/engines/groovie

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Dec 23 22:17:39 CET 2008


Revision: 35509
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35509&view=rev
Author:   mthreepwood
Date:     2008-12-23 21:17:39 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
Update detection of the 11th hour demo. The disk.1 wasn't with the other files.

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

Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp	2008-12-23 21:17:04 UTC (rev 35508)
+++ scummvm/trunk/engines/groovie/detection.cpp	2008-12-23 21:17:39 UTC (rev 35509)
@@ -88,10 +88,10 @@
 	{
 		{
 			"11h", "Demo",
-			AD_ENTRY1s("demo.grv", "5faec559b9abf18cf143751b420208dc", 15991),
+			AD_ENTRY1s("disk.1", "aacb32ce07e0df2894bd83a3dee40c12", 70),
 			Common::EN_ANY, Common::kPlatformPC, Common::ADGF_DEMO
 		},
-		kGroovieV2, 0
+		kGroovieV2, 1
 	},
 
 	// The Making of The 11th Hour DOS English

Modified: scummvm/trunk/engines/groovie/groovie.cpp
===================================================================
--- scummvm/trunk/engines/groovie/groovie.cpp	2008-12-23 21:17:04 UTC (rev 35508)
+++ scummvm/trunk/engines/groovie/groovie.cpp	2008-12-23 21:17:39 UTC (rev 35509)
@@ -106,7 +106,7 @@
 		if (ConfMan.hasKey("demo_mode") && ConfMan.getBool("demo_mode")) {
 			filename = Common::String("demo.grv");
 		}
-	} else if (_gameDescription->version == kGroovieV2 && filename == "disk.1") {
+	} else if (_gameDescription->version == kGroovieV2) {
 		// Open the disk index
 		Common::File disk;
 		if (!disk.open(filename)) {


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