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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Apr 19 19:17:48 CEST 2008


Revision: 31580
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31580&view=rev
Author:   lordhoto
Date:     2008-04-19 10:17:48 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
One more valgrind warning fix.

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

Modified: scummvm/trunk/engines/kyra/scene_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_v3.cpp	2008-04-19 15:37:59 UTC (rev 31579)
+++ scummvm/trunk/engines/kyra/scene_v3.cpp	2008-04-19 17:17:48 UTC (rev 31580)
@@ -532,7 +532,7 @@
 		}
 
 		obj->xPos3 = obj->xPos2 = anim.x2;
-		obj->yPos3 = obj->yPos3 = anim.y2;
+		obj->yPos3 = obj->yPos2 = anim.y2;
 		obj->width = anim.width;
 		obj->height = anim.height;
 		obj->width2 = obj->height2 = anim.specialSize;


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