[Scummvm-cvs-logs] SF.net SVN: scummvm:[49259] scummvm/trunk/engines/sci/resource.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Thu May 27 09:50:24 CEST 2010
Revision: 49259
http://scummvm.svn.sourceforge.net/scummvm/?rev=49259&view=rev
Author: thebluegr
Date: 2010-05-27 07:50:23 +0000 (Thu, 27 May 2010)
Log Message:
-----------
Slight formatting, and added a note that audio36 and sync36 resource patches were introduced in SCI2, and didn't exist in SCI0-SCI1.1
Modified Paths:
--------------
scummvm/trunk/engines/sci/resource.cpp
Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp 2010-05-27 06:21:37 UTC (rev 49258)
+++ scummvm/trunk/engines/sci/resource.cpp 2010-05-27 07:50:23 UTC (rev 49259)
@@ -1242,9 +1242,9 @@
void ResourceManager::readResourcePatches(ResourceSource *source) {
-// Note: since some SCI1 games(KQ5 floppy, SQ4) might use SCI0 naming scheme for patch files
-// this function tries to read patch file with any supported naming scheme,
-// regardless of s_sciVersion value
+ // Note: since some SCI1 games(KQ5 floppy, SQ4) might use SCI0 naming scheme for patch files
+ // this function tries to read patch file with any supported naming scheme,
+ // regardless of s_sciVersion value
Common::String mask, name;
Common::ArchiveMemberList files;
@@ -1254,6 +1254,7 @@
for (int i = kResourceTypeView; i <= kResourceTypeRobot; ++i) {
// TODO: add support for audio36 and sync36 files
+ // Such patches were introduced in SCI2, and didn't exist in SCI0-SCI1.1
if (i == kResourceTypeAudio36 || i == kResourceTypeSync36)
continue;
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