[Scummvm-cvs-logs] SF.net SVN: scummvm:[34941] scummvm/trunk/engines/parallaction/callables_ns .cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Nov 9 03:39:28 CET 2008


Revision: 34941
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34941&view=rev
Author:   peres001
Date:     2008-11-09 02:39:28 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
Fixed bug in introduction of NS.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/callables_ns.cpp

Modified: scummvm/trunk/engines/parallaction/callables_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables_ns.cpp	2008-11-08 15:02:19 UTC (rev 34940)
+++ scummvm/trunk/engines/parallaction/callables_ns.cpp	2008-11-09 02:39:28 UTC (rev 34941)
@@ -476,7 +476,7 @@
 		newx = _rightHandPositions[2*index];
 	}
 
-	Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, &_gfx->_backgroundInfo);
+	Graphics::drawLine(oldx, oldy, newx, newy, 0, zeroMask, _gfx->_backgroundInfo);
 
 	_rightHandAnim->setX(newx);
 	_rightHandAnim->setY(newy - 20);


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