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

gregfrieger at users.sourceforge.net gregfrieger at users.sourceforge.net
Sat Mar 14 09:41:11 CET 2009


Revision: 39384
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39384&view=rev
Author:   gregfrieger
Date:     2009-03-14 08:41:11 +0000 (Sat, 14 Mar 2009)

Log Message:
-----------
Fixed SCI32 Map detection

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

Modified: scummvm/trunk/engines/sci/scicore/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/scicore/resource.cpp	2009-03-14 04:17:03 UTC (rev 39383)
+++ scummvm/trunk/engines/sci/scicore/resource.cpp	2009-03-14 08:41:11 UTC (rev 39384)
@@ -695,7 +695,7 @@
 	// offset set to filesize and 4 more bytes
 	file.seek(off - 7, SEEK_SET);
 	if (file.readByte() == 0xFF && file.readUint16LE() == file.size())
-		return SCI_VERSION_1_1; // TODO : check if there is a difference between these maps
+		return SCI_VERSION_32; // TODO : check if there is a difference between these maps
 
 	return SCI_VERSION_AUTODETECT;
 }


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