aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/sequenceopcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/sequenceopcodes.h')
-rw-r--r--engines/illusions/sequenceopcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/sequenceopcodes.h b/engines/illusions/sequenceopcodes.h
index 6c5b3ca41d..5fe528141d 100644
--- a/engines/illusions/sequenceopcodes.h
+++ b/engines/illusions/sequenceopcodes.h
@@ -51,7 +51,7 @@ protected:
void opEndSequence(Control *control, OpCall &opCall);
void opIncFrameDelay(Control *control, OpCall &opCall);
void opSetRandomFrameDelay(Control *control, OpCall &opCall);
- void opSetFrameSpeed(Control *control, OpCall &opCall);
+ void opSetFrameSpeed(Control *control, OpCall &opCall);
void opJump(Control *control, OpCall &opCall);
void opJumpRandom(Control *control, OpCall &opCall);
void opGotoSequence(Control *control, OpCall &opCall);