aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/script.cpp')
-rw-r--r--engines/cine/script.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/script.cpp b/engines/cine/script.cpp
index 44b8f56435..026fab7f2a 100644
--- a/engines/cine/script.cpp
+++ b/engines/cine/script.cpp
@@ -2233,8 +2233,6 @@ void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize, uint16
opcode = 0;
}
- printf("%X\n", opcode - 1);
-
strcpy(lineBuffer, "");
switch (opcode - 1) {