[Scummvm-cvs-logs] SF.net SVN: scummvm:[44775] scummvm/trunk/engines/sci/resource.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Thu Oct 8 10:22:19 CEST 2009
Revision: 44775
http://scummvm.svn.sourceforge.net/scummvm/?rev=44775&view=rev
Author: thebluegr
Date: 2009-10-08 08:22:19 +0000 (Thu, 08 Oct 2009)
Log Message:
-----------
Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games that has word-aligned resources
Modified Paths:
--------------
scummvm/trunk/engines/sci/resource.cpp
Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp 2009-10-08 08:10:57 UTC (rev 44774)
+++ scummvm/trunk/engines/sci/resource.cpp 2009-10-08 08:22:19 UTC (rev 44775)
@@ -854,7 +854,7 @@
} else if (curVersion == kResVersionSci1Late) {
curVersion = kResVersionSci11;
} else if (curVersion == kResVersionSci11 && !sci11Align) {
- // Later versions have resources word-aligned
+ // Later versions (e.g. QFG1VGA) have resources word-aligned
sci11Align = true;
} else if (curVersion == kResVersionSci11) {
curVersion = kResVersionSci32;
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