[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.339,2.340

Chris Apers chrilith at users.sourceforge.net
Sat Aug 16 03:10:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv32027

Modified Files:
	scummvm.cpp 
Log Message:
Revert to old value

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.339
retrieving revision 2.340
diff -u -d -r2.339 -r2.340
--- scummvm.cpp	16 Aug 2003 07:19:28 -0000	2.339
+++ scummvm.cpp	16 Aug 2003 09:20:24 -0000	2.340
@@ -756,11 +756,10 @@
 	gdi._vm = this;
 
 #ifdef __PALM_OS__
-	// PALMOS : check if this value is correct with palm,
-	// old value 450000 doesn't work anymore (return _fntPtr = NULL in zak256, not tested with others)
+	// revert to old value (450000) and make ScummVM works again in some devices with same problem as below.
 	// 2500000 is too big and make ScummVM crashes : MemMove to NULL or immediate exit if try to allocate
 	// memory with new operator
-	_maxHeapThreshold = 550000;
+	_maxHeapThreshold = 450000;
 #else
 	// Since the new costumes are very big, we increase the heap limit, to avoid having
 	// to constantly reload stuff from the data files.
@@ -2498,4 +2497,3 @@
 
 	return toSimpleDir(1, temp) * 45;
 }
-





More information about the Scummvm-git-logs mailing list