guess on the location of VAR_SCROLL_SCRIPT (based on the fact that all other scripts have the same position as in V7, too). Alas, it seems to never be set by any script... so either V8 doesn't use this, or this location is wrong after all?
svn-id: r6274
This commit is contained in:
parent
e2b131bbdb
commit
d51b443814
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ void Scumm_v8::setupScummVars()
|
|||
//VAR_VOICE_MODE = 39; // 0 is voice, 1 is voice+text, 2 is text only
|
||||
VAR_CURRENTDISK = 42;
|
||||
|
||||
VAR_SCROLL_SCRIPT = 50; // FIXME - guess based on where this is in V7
|
||||
VAR_ENTRY_SCRIPT = 51;
|
||||
VAR_ENTRY_SCRIPT2 = 52;
|
||||
VAR_EXIT_SCRIPT = 53;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue