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
4
vars.cpp
4
vars.cpp
|
@ -140,6 +140,10 @@ void Scumm::setupScummVarsNew()
|
|||
VAR_NEW_ROOM = 35;
|
||||
VAR_WALKTO_OBJ = 36;
|
||||
|
||||
VAR_CAMERA_DEST_X = 38;
|
||||
VAR_CAMERA_DEST_Y = 39;
|
||||
VAR_CAMERA_FOLLOWED_ACTOR = 40;
|
||||
|
||||
VAR_SCROLL_SCRIPT = 50;
|
||||
VAR_ENTRY_SCRIPT = 51;
|
||||
VAR_ENTRY_SCRIPT2 = 52;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue