[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.634,1.635

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Nov 9 12:01:00 CET 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27304/scumm

Modified Files:
	scumm.cpp 
Log Message:
sync head with branch.

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.634
retrieving revision 1.635
diff -u -d -r1.634 -r1.635
--- scumm.cpp	7 Nov 2005 21:31:44 -0000	1.634
+++ scumm.cpp	9 Nov 2005 19:59:57 -0000	1.635
@@ -1754,6 +1754,9 @@
 		// Since the new costumes are very big, we increase the heap limit, to avoid having
 		// to constantly reload stuff from the data files.
 		res._maxHeapThreshold = 2500000;
+#ifdef __PLAYSTATION2__
+		res._maxHeapThreshold = 6 * 1024 * 1024;
+#endif
 	} else {
 		res._maxHeapThreshold = 550000;
 	}





More information about the Scummvm-git-logs mailing list