[Scummvm-cvs-logs] SF.net SVN: scummvm:[52517] scummvm/trunk/engines/sci/resource.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Sat Sep 4 11:58:38 CEST 2010
Revision: 52517
http://scummvm.svn.sourceforge.net/scummvm/?rev=52517&view=rev
Author: m_kiewitz
Date: 2010-09-04 09:58:37 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
SCI: fixing comment
Modified Paths:
--------------
scummvm/trunk/engines/sci/resource.cpp
Modified: scummvm/trunk/engines/sci/resource.cpp
===================================================================
--- scummvm/trunk/engines/sci/resource.cpp 2010-09-04 09:41:39 UTC (rev 52516)
+++ scummvm/trunk/engines/sci/resource.cpp 2010-09-04 09:58:37 UTC (rev 52517)
@@ -2155,7 +2155,7 @@
if (res->size >= 0x22) {
if (READ_LE_UINT16(res->data + 0x1f) == 0) // channel 15 voice count + play mask is 0 in SCI0LATE
if (res->data[0x21] == 0) // last byte right before actual data is 0 as well
- return false; // these 2 bytes are
+ return false;
}
}
return true;
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