aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-02-13 19:07:06 +0100
committerBastien Bouclet2011-02-15 21:43:37 +0100
commitc6e86c672bdd3edddad6414a70646f4d458beee2 (patch)
tree5375b9302c1516bb8accd390a3c09ed8a1e2c069 /engines/mohawk/myst_stacks/mechanical.h
parent30f1eead192b8cf6a8c3e3526d9ab6c01670a0aa (diff)
downloadscummvm-rg350-c6e86c672bdd3edddad6414a70646f4d458beee2.tar.gz
scummvm-rg350-c6e86c672bdd3edddad6414a70646f4d458beee2.tar.bz2
scummvm-rg350-c6e86c672bdd3edddad6414a70646f4d458beee2.zip
MOHAWK: Implement Mechanical opcode 201, staircase init
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);