raied _maxHeapThreshold per suggestion by Marcus Comstedt (this means we use up to 450 K memory more, but it avoid frequent reloading of stuff)
svn-id: r7161
This commit is contained in:
parent
648add8aa8
commit
dfd99bbb13
1 changed files with 1 additions and 1 deletions
|
@ -1792,7 +1792,7 @@ void Scumm::mainRun() {
|
|||
void Scumm::launch() {
|
||||
gdi._vm = this;
|
||||
|
||||
_maxHeapThreshold = 450000;
|
||||
_maxHeapThreshold = 900000;
|
||||
_minHeapThreshold = 400000;
|
||||
|
||||
_verbRedraw = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue