[Scummvm-cvs-logs] CVS: scummvm/scumm vars.cpp,1.19,1.20

Max Horn fingolfin at users.sourceforge.net
Fri Dec 27 15:31:01 CET 2002


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

Modified Files:
	vars.cpp 
Log Message:
var correction (based on script 28)

Index: vars.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/vars.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- vars.cpp	27 Dec 2002 18:05:15 -0000	1.19
+++ vars.cpp	27 Dec 2002 23:30:34 -0000	1.20
@@ -220,7 +220,8 @@
 	VAR_CAMERA_DEST_Y = 12;
 	VAR_CAMERA_FOLLOWED_ACTOR = 13;
 
-	VAR_TALK_ACTOR = 15;	// FIXME: I think this is wrong also, but it works for the moment
+	VAR_TALK_ACTOR = 14;
+	VAR_HAVE_MSG = 15;
 	VAR_LEFTBTN_HOLD = 16;
 	VAR_RIGHTBTN_HOLD = 17;
 	VAR_LEFTBTN_DOWN = 18;





More information about the Scummvm-git-logs mailing list