Major V7 update with vertical scrolling. Added a few scumm vars related to scrolling. Dig inventory isn't displayed where it should. I hope it doesn't break anything else in other game...
svn-id: r4066
This commit is contained in:
parent
72798160d8
commit
20e9ad5e23
8 changed files with 80 additions and 35 deletions
|
@ -683,9 +683,6 @@ byte *Scumm::createResource(int type, int idx, uint32 size)
|
|||
|
||||
CHECK_HEAP debug(9, "createResource(%d,%d,%d)", type, idx, size);
|
||||
|
||||
if (size > 65536 * 4 + 37856)
|
||||
warning("Probably invalid size allocating %d", size);
|
||||
|
||||
validateResource("allocating", type, idx);
|
||||
nukeResource(type, idx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue