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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index 592a388a65..2fd598266f 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -29,11 +29,11 @@ namespace Cine {
#define SCRIPT_STACK_SIZE 50
-typedef struct {
+struct scriptStruct {
byte *ptr;
uint16 var4;
int16 stack[SCRIPT_STACK_SIZE];
-} scriptStruct;
+};
#define NUM_MAX_SCRIPT 50