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:
Max Horn 2003-04-27 17:44:40 +00:00
parent 648add8aa8
commit dfd99bbb13

View File

@ -1792,7 +1792,7 @@ void Scumm::mainRun() {
void Scumm::launch() {
gdi._vm = this;
_maxHeapThreshold = 450000;
_maxHeapThreshold = 900000;
_minHeapThreshold = 400000;
_verbRedraw = false;