diff options
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r-- | engines/sci/engine/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h index 5c15995dfb..2db88c3288 100644 --- a/engines/sci/engine/state.h +++ b/engines/sci/engine/state.h @@ -202,7 +202,7 @@ public: /* VM Information */ - Common::Array<ExecStack> _executionStack; /**< The execution stack */ + Common::List<ExecStack> _executionStack; /**< The execution stack */ /** * When called from kernel functions, the vm is re-started recursively on * the same stack. This variable contains the stack base for the current vm. |