diff options
Diffstat (limited to 'scumm')
-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 64382a64ca..03237d2e3c 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -1792,7 +1792,7 @@ void Scumm::mainRun() { void Scumm::launch() { gdi._vm = this; - _maxHeapThreshold = 450000; + _maxHeapThreshold = 900000; _minHeapThreshold = 400000; _verbRedraw = false; |