From 31d04d98dcfe9113b39520568bde07737a718f09 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Sat, 10 Nov 2007 23:20:47 +0000 Subject: Fix relocation of objects relations svn-id: r29472 --- engines/cruise/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/script.cpp') diff --git a/engines/cruise/script.cpp b/engines/cruise/script.cpp index 16adef5135..11be0dcc67 100644 --- a/engines/cruise/script.cpp +++ b/engines/cruise/script.cpp @@ -727,7 +727,7 @@ int executeScripts(scriptInstanceStruct *ptr) { } opcodeType = getByteFromScript(); - printf("opType: %d\n",(opcodeType&0xFB)>>3); + // printf("opType: %d\n",(opcodeType&0xFB)>>3); currentScriptOpcodeType = opcodeType & 7; -- cgit v1.2.3