aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-02-23 19:28:36 +0000
committerPaweł Kołodziejski2006-02-23 19:28:36 +0000
commit6b50204eea70b14caf44aa88928da13f2401b635 (patch)
tree7b16b5869547c56447836fffa1f9083b2be578c7 /engines/cine/script.h
parente31b27176088c3215edf589ed90684abf2240b13 (diff)
downloadscummvm-rg350-6b50204eea70b14caf44aa88928da13f2401b635.tar.gz
scummvm-rg350-6b50204eea70b14caf44aa88928da13f2401b635.tar.bz2
scummvm-rg350-6b50204eea70b14caf44aa88928da13f2401b635.zip
formating code
svn-id: r20836
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