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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jan 19 00:07:57 CET 2010


Revision: 47364
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47364&view=rev
Author:   m_kiewitz
Date:     2010-01-18 23:07:56 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
SCI: added comment about resource.p01 etc. (including possible TODO)

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

Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp	2010-01-18 23:01:05 UTC (rev 47363)
+++ scummvm/trunk/engines/sci/resource.cpp	2010-01-18 23:07:56 UTC (rev 47364)
@@ -873,6 +873,10 @@
 	}
 	if (!fileStream) {
 		error("Failed to open volume file - if you got resource.p01/resource.p02/etc. files, merge them together into resource.000");
+		// resource.p01/resource.p02/etc. may be there when directly copying the files from the original floppies
+		// the sierra installer would merge those together (perhaps we could do this as well?)
+		// possible TODO
+		// example for such game: Laura Bow 2
 		return kResVersionUnknown;
 	}
 


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