aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script.h')
-rw-r--r--engines/kyra/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/script.h b/engines/kyra/script.h
index 862cfb7d97..bfe188d22a 100644
--- a/engines/kyra/script.h
+++ b/engines/kyra/script.h
@@ -58,8 +58,8 @@ struct EMCState {
int16 retValue;
uint16 bp;
uint16 sp;
- int16 regs[30]; // VM registers
- int16 stack[kStackSize]; // VM stack
+ int16 regs[30]; // VM registers
+ int16 stack[kStackSize]; // VM stack
};
#define stackPos(x) (script->stack[script->sp+x])