diff options
| author | Travis Howell | 2003-05-01 12:54:19 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-05-01 12:54:19 +0000 |
| commit | 028a013cb9bc61e9c9d03bc6cd23bd3cec571ead (patch) | |
| tree | 31872f63a004319a54563c5cbef04d785211d907 | |
| parent | 9f9af13a019da8da36a7e0b954f4cb95be8241d0 (diff) | |
| download | scummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.tar.gz scummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.tar.bz2 scummvm-rg350-028a013cb9bc61e9c9d03bc6cd23bd3cec571ead.zip | |
Raise _maxHeapThreshold for zak256
svn-id: r7246
| -rw-r--r-- | scumm/scummvm.cpp | 2 |
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; |
