aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-01 12:54:19 +0000
committerTravis Howell2003-05-01 12:54:19 +0000
commit028a013cb9bc61e9c9d03bc6cd23bd3cec571ead (patch)
tree31872f63a004319a54563c5cbef04d785211d907 /scumm/scummvm.cpp
parent9f9af13a019da8da36a7e0b954f4cb95be8241d0 (diff)
downloadscummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.tar.gz
scummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.tar.bz2
scummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.zip
Raise _maxHeapThreshold for zak256
svn-id: r7246
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index d9c2f67332..1f19398aec 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -2066,7 +2066,7 @@ void Scumm::launch() {
if (_features & GF_NEW_COSTUMES)
_maxHeapThreshold = 1500000;
else
- _maxHeapThreshold = 450000;
+ _maxHeapThreshold = 550000;
#endif
_minHeapThreshold = 400000;