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
|
@ -175,7 +175,7 @@ bool Scumm::loadState(int slot, bool compat)
|
|||
if (_features & GF_AFTER_V7)
|
||||
cameraMoved();
|
||||
|
||||
initBGBuffers();
|
||||
initBGBuffers(_scrHeight);
|
||||
|
||||
CHECK_HEAP debug(1, "State loaded from '%s'", filename);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue