aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst_stacks/mechanical.h')
-rw-r--r--engines/mohawk/myst_stacks/mechanical.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/mohawk/myst_stacks/mechanical.h b/engines/mohawk/myst_stacks/mechanical.h
index 345e838fc8..1853a56418 100644
--- a/engines/mohawk/myst_stacks/mechanical.h
+++ b/engines/mohawk/myst_stacks/mechanical.h
@@ -51,8 +51,6 @@ private:
void toggleVar(uint16 var);
bool setVarValue(uint16 var, uint16 value);
- void opcode_201_run();
- void opcode_201_disable();
void opcode_202_run();
void opcode_202_disable();
void opcode_204_run();
@@ -81,7 +79,7 @@ private:
DECLARE_OPCODE(o_crystalLeaveRed);
DECLARE_OPCODE(o_throne_init);
- DECLARE_OPCODE(opcode_201);
+ DECLARE_OPCODE(o_fortressStaircase_init);
DECLARE_OPCODE(opcode_202);
DECLARE_OPCODE(o_snakeBox_init);
DECLARE_OPCODE(opcode_204);