[Scummvm-cvs-logs] SF.net SVN: scummvm:[45559] scummvm/trunk/engines/scumm/gfx.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sat Oct 31 14:15:49 CET 2009
Revision: 45559
http://scummvm.svn.sourceforge.net/scummvm/?rev=45559&view=rev
Author: Kirben
Date: 2009-10-31 13:15:49 +0000 (Sat, 31 Oct 2009)
Log Message:
-----------
The verb images for distaff have no mask data, in PCE version of Loom.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/gfx.cpp
Modified: scummvm/trunk/engines/scumm/gfx.cpp
===================================================================
--- scummvm/trunk/engines/scumm/gfx.cpp 2009-10-31 12:38:08 UTC (rev 45558)
+++ scummvm/trunk/engines/scumm/gfx.cpp 2009-10-31 13:15:49 UTC (rev 45559)
@@ -2714,10 +2714,10 @@
* read mask indices
*/
- if (_PCE.maskIDSize == 0 || numRows > 18) {
+ if (_distaff || _PCE.maskIDSize == 0 || numRows > 18) {
return;
}
-
+
rowIndex = 0;
while (rowIndex < numRows) {
cmd = *ptr++;
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