aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/script.h')
-rw-r--r--engines/cine/script.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index ae1108ac89..c289f19205 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -38,8 +38,7 @@ typedef struct {
extern scriptStruct scriptTable[NUM_MAX_SCRIPT];
void computeScriptStack(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize);
-void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize,
- uint16 scriptIdx);
+void decompileScript(byte *scriptPtr, int16 *stackPtr, uint16 scriptSize, uint16 scriptIdx);
void dumpScript(char *dumpName);
#define OP_loadPart 0x3F