[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.25,1.26
Max Horn
fingolfin at users.sourceforge.net
Mon Dec 30 04:57:01 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv4590
Modified Files:
vars.cpp
Log Message:
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?
Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- vars.cpp 29 Dec 2002 19:52:32 -0000 1.25
+++ vars.cpp 30 Dec 2002 12:56:00 -0000 1.26
@@ -240,6 +240,7 @@
//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;
More information about the Scummvm-git-logs
mailing list