diff options
-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; |