[Scummvm-cvs-logs] CVS: scummvm/bs2 interpreter.cpp,1.3,1.4

Jonathan Gray khalek at users.sourceforge.net
Mon Jul 28 00:23:22 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv14919

Modified Files:
	interpreter.cpp 
Log Message:
-Werror cleanup

Index: interpreter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/interpreter.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- interpreter.cpp	28 Jul 2003 03:12:49 -0000	1.3
+++ interpreter.cpp	28 Jul 2003 07:22:40 -0000	1.4
@@ -323,7 +323,7 @@
 	int32 stack2[STACK_SIZE];						// The current stack
 	int32 stackPointer2 = 0;						// Position within stack
 	int parameterReturnedFromMcodeFunction=0;	// Allow scripts to return things
-	int savedStartOfMcode;						// For saving start of mcode commands
+	int savedStartOfMcode=0;			// For saving start of mcode commands
 
 	// Get the start of variables and start of code
 	DEBUG3("Enter interpreter data %x, object %x, offset %d",scriptData,objectData,*offset);





More information about the Scummvm-git-logs mailing list