diff options
author | Max Horn | 2002-12-30 12:56:00 +0000 |
---|---|---|
committer | Max Horn | 2002-12-30 12:56:00 +0000 |
commit | d51b4438141e21fcc76556f88985b805fc9ba67a (patch) | |
tree | eb56a80cb7028c3f2fa2fd98fdf5d67db51c0d64 /scumm | |
parent | e2b131bbdb15ce56b1f75c58f176750601e63f7b (diff) | |
download | scummvm-rg350-d51b4438141e21fcc76556f88985b805fc9ba67a.tar.gz scummvm-rg350-d51b4438141e21fcc76556f88985b805fc9ba67a.tar.bz2 scummvm-rg350-d51b4438141e21fcc76556f88985b805fc9ba67a.zip |
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
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/vars.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 05fa61cc72..60723223f0 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -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; |