[Scummvm-cvs-logs] SF.net SVN: scummvm:[34068] scummvm/branches/branch-0-12-0

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Wed Aug 20 22:24:32 CEST 2008


Revision: 34068
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34068&view=rev
Author:   athrxx
Date:     2008-08-20 20:24:30 +0000 (Wed, 20 Aug 2008)

Log Message:
-----------
(backport) add support for HOF Italian floppy

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/dists/engine-data/kyra.dat
    scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp
    scummvm/branches/branch-0-12-0/engines/kyra/staticres.cpp

Modified: scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-20 19:57:57 UTC (rev 34067)
+++ scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-20 20:24:30 UTC (rev 34068)
@@ -384,6 +384,18 @@
 		KYRA2_FLOPPY_FLAGS
 	},
 
+	{ // Floppy version extracted
+		{
+			"kyra2",
+			"Extracted",
+			AD_ENTRY1("FATE.PAK", "e0a70c31b022cb4bb3061890020fc27c"),
+			Common::IT_ITA,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		KYRA2_FLOPPY_FLAGS
+	},
+
 	{ // CD version
 		{
 			"kyra2",

Modified: scummvm/branches/branch-0-12-0/engines/kyra/staticres.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/staticres.cpp	2008-08-20 19:57:57 UTC (rev 34067)
+++ scummvm/branches/branch-0-12-0/engines/kyra/staticres.cpp	2008-08-20 20:24:30 UTC (rev 34068)
@@ -42,7 +42,7 @@
 
 namespace Kyra {
 
-#define RESFILE_VERSION 28
+#define RESFILE_VERSION 32
 
 bool StaticResource::checkKyraDat() {
 	Common::File kyraDat;


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