aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/exec.h')
-rw-r--r--engines/parallaction/exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/exec.h b/engines/parallaction/exec.h
index cc816b9b5a..df642e0fed 100644
--- a/engines/parallaction/exec.h
+++ b/engines/parallaction/exec.h
@@ -64,8 +64,8 @@ typedef Common::Array<const CommandOpcode*> CommandOpcodeSet;
struct ProgramContext {
AnimationPtr _anim;
ProgramPtr _program;
- InstructionList::iterator _inst;
- InstructionList::iterator _ip;
+ InstructionPtr _inst;
+ uint32 _ip;
uint16 _modCounter;
bool _suspend;
};