[Scummvm-cvs-logs] SF.net SVN: scummvm:[40851] scummvm/trunk/engines/cruise/dataLoader.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Sun May 24 06:29:45 CEST 2009
Revision: 40851
http://scummvm.svn.sourceforge.net/scummvm/?rev=40851&view=rev
Author: dreammaster
Date: 2009-05-24 04:29:44 +0000 (Sun, 24 May 2009)
Log Message:
-----------
Fixed the display glitch associated with the animated handle in the engine room
Modified Paths:
--------------
scummvm/trunk/engines/cruise/dataLoader.cpp
Modified: scummvm/trunk/engines/cruise/dataLoader.cpp
===================================================================
--- scummvm/trunk/engines/cruise/dataLoader.cpp 2009-05-24 01:37:51 UTC (rev 40850)
+++ scummvm/trunk/engines/cruise/dataLoader.cpp 2009-05-24 04:29:44 UTC (rev 40851)
@@ -420,7 +420,7 @@
localBuffer.width = s4.readUint16BE();
localBuffer.height = s4.readUint16BE();
localBuffer.type = s4.readUint16BE();
- localBuffer.transparency = s4.readUint16BE();
+ localBuffer.transparency = s4.readUint16BE() & 0x1F;
localBuffer.hotspotY = s4.readUint16BE();
localBuffer.hotspotX = s4.readUint16BE();
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