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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index 2fd598266f..7063e6082b 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -31,7 +31,7 @@ namespace Cine {
struct scriptStruct {
byte *ptr;
- uint16 var4;
+ uint16 size;
int16 stack[SCRIPT_STACK_SIZE];
};