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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Mar 10 22:31:23 CET 2007


Revision: 26070
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26070&view=rev
Author:   peres001
Date:     2007-03-10 13:31:22 -0800 (Sat, 10 Mar 2007)

Log Message:
-----------
fixed old reimplementation bug

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

Modified: scummvm/trunk/engines/parallaction/menu.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/menu.cpp	2007-03-10 21:25:18 UTC (rev 26069)
+++ scummvm/trunk/engines/parallaction/menu.cpp	2007-03-10 21:31:22 UTC (rev 26070)
@@ -300,7 +300,7 @@
 
 	StaticCnv v14;
 
-	v14._data0 = (byte*)malloc(33);
+	v14._data0 = (byte*)malloc(BLOCK_WIDTH*BLOCK_HEIGHT);
 	v14._data2 = v14._data0;
 	v14._width = BLOCK_WIDTH;
 	v14._height = BLOCK_HEIGHT;


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