[Scummvm-cvs-logs] SF.net SVN: scummvm: [22604] scummvm/trunk/engines/agi/graphics.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Wed May 24 03:39:09 CEST 2006


Revision: 22604
Author:   aquadran
Date:     2006-05-24 03:37:45 -0700 (Wed, 24 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22604&view=rev

Log Message:
-----------
ops

Modified Paths:
--------------
    scummvm/trunk/engines/agi/graphics.cpp
Modified: scummvm/trunk/engines/agi/graphics.cpp
===================================================================
--- scummvm/trunk/engines/agi/graphics.cpp	2006-05-24 09:07:46 UTC (rev 22603)
+++ scummvm/trunk/engines/agi/graphics.cpp	2006-05-24 10:37:45 UTC (rev 22604)
@@ -160,7 +160,7 @@
 		*b++ = *c ? *c : *p + 16;
 	}
 
-	memcpy(screen + x + y * 320, p, w);
+	memcpy(screen + x + y * 320, _b, w);
 }
 
 static void init_console() {


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