[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.14,1.15

James Brown ender at users.sourceforge.net
Thu Dec 26 02:48:04 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14480/scumm

Modified Files:
	vars.cpp 
Log Message:
Add a guess at VAR_TALK_ACTOR (stops the crashes anyway), and add the DEBUGMODE variable so we can enable bootparams


Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- vars.cpp	26 Dec 2002 01:44:24 -0000	1.14
+++ vars.cpp	26 Dec 2002 10:47:57 -0000	1.15
@@ -218,7 +218,7 @@
 	VAR_CAMERA_POS_Y = 10;
 	VAR_CAMERA_DEST_X = 11;
 	VAR_CAMERA_DEST_Y = 12;
-
+	VAR_TALK_ACTOR = 15;	// FIXME: I think this is wrong also, but it works for the moment
 	VAR_LEFTBTN_HOLD = 16;	// FIXME: Is this right?
 
 	VAR_ROOM = 31;
@@ -251,6 +251,8 @@
 	VAR_CAMERA_SPEED_Y = 108;
 	VAR_CAMERA_ACCEL_X = 109;
 	VAR_CAMERA_ACCEL_Y = 110;
+
+	VAR_DEBUGMODE = 130;
 	
 	// var 266, 290 and 301 have something to do with cursor images, since various scripts
 	// have setCursorImg(var290,2) or setCursorImg(var266,1) or setCursorImg(var301,1)





More information about the Scummvm-git-logs mailing list