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:
Vincent Hamm 2002-04-23 23:58:31 +00:00
parent 72798160d8
commit 20e9ad5e23
8 changed files with 80 additions and 35 deletions

View file

@ -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);