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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 29 17:25:22 CET 2010


Revision: 47673
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47673&view=rev
Author:   thebluegr
Date:     2010-01-29 16:25:18 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Added support for the hires graphic resources of the Windows version of GK1

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

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2010-01-29 16:20:22 UTC (rev 47672)
+++ scummvm/trunk/engines/sci/resource.cpp	2010-01-29 16:25:18 UTC (rev 47673)
@@ -399,12 +399,10 @@
 		}
 #ifdef ENABLE_SCI32
 
-		/*
-		// TODO: not working yet
-		if (Common::File::exists("RESOURCE.ALT")) {	// GK1CD hires content
-			addSource(addExternalMap("RESOURCE.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
+		// GK1CD hires content
+		if (Common::File::exists("ALT.MAP") && Common::File::exists("RESOURCE.ALT")) {
+			addSource(addExternalMap("ALT.MAP", 10), kSourceVolume, "RESOURCE.ALT", 10);
 		}
-		*/
 	} else {
 		// SCI2.1-SCI3 file naming scheme
 		Common::ArchiveMemberList mapFiles;


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