[Scummvm-cvs-logs] SF.net SVN: scummvm: [31520] scummvm/trunk/engines/kyra/animator_v3.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Apr 16 23:17:23 CEST 2008


Revision: 31520
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31520&view=rev
Author:   lordhoto
Date:     2008-04-16 14:17:23 -0700 (Wed, 16 Apr 2008)

Log Message:
-----------
Fixed Malcolm upside down bug.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/animator_v3.cpp

Modified: scummvm/trunk/engines/kyra/animator_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/animator_v3.cpp	2008-04-16 21:13:52 UTC (rev 31519)
+++ scummvm/trunk/engines/kyra/animator_v3.cpp	2008-04-16 21:17:23 UTC (rev 31520)
@@ -225,7 +225,7 @@
 	_screen->drawShape(2, getShapePtr(421), _mainCharacter.x3, _mainCharacter.y3, 2, obj->flags | 304, _paletteOverlay, 3, layer, _charScale, _charScale);
 	uint8 *shape = getShapePtr(_mainCharacter.animFrame);
 	if (shape)
-		_screen->drawShape(2, shape, x, y, 2, obj->flags | 2, layer, _charScale, _charScale);
+		_screen->drawShape(2, shape, x, y, 2, obj->flags | 4, layer, _charScale, _charScale);
 }
 
 void KyraEngine_v3::refreshAnimObjects(int force) {


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