From a05c4bda0f9217723ea2541b4fd279418a8efc1a Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 28 Jul 2003 07:22:40 +0000 Subject: -Werror cleanup svn-id: r9230 --- sword2/interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/interpreter.cpp') diff --git a/sword2/interpreter.cpp b/sword2/interpreter.cpp index d1a0d3e247..f7a5d51868 100644 --- a/sword2/interpreter.cpp +++ b/sword2/interpreter.cpp @@ -323,7 +323,7 @@ int RunScript ( const char * scriptData , char * objectData , uint32 *offset ) 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); -- cgit v1.2.3