aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-02-13 13:22:50 +0100
committerBastien Bouclet2011-02-13 13:22:50 +0100
commite5783d9c27f09456c3f4bb279ce44977210bebda (patch)
treec277f15bf357fc387f5e0d0a18a0e290d885c2a4 /engines/mohawk/myst_stacks/mechanical.h
parent93ed359669104f6414e9f3d94a63e55ae46eda30 (diff)
downloadscummvm-rg350-e5783d9c27f09456c3f4bb279ce44977210bebda.tar.gz
scummvm-rg350-e5783d9c27f09456c3f4bb279ce44977210bebda.tar.bz2
scummvm-rg350-e5783d9c27f09456c3f4bb279ce44977210bebda.zip
MOHAWK: Implement opcode 105, Mechanical fortress staircase movie
Diffstat (limited to 'engines/mohawk/myst_stacks/mechanical.h')
-rw-r--r--engines/mohawk/myst_stacks/mechanical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/mechanical.h b/engines/mohawk/myst_stacks/mechanical.h
index 63c8884192..3c7701c12d 100644
--- a/engines/mohawk/myst_stacks/mechanical.h
+++ b/engines/mohawk/myst_stacks/mechanical.h
@@ -69,7 +69,7 @@ private:
void opcode_209_disable();
DECLARE_OPCODE(opcode_104);
- DECLARE_OPCODE(opcode_105);
+ DECLARE_OPCODE(o_fortressStaircaseMovie);
DECLARE_OPCODE(opcode_121);
DECLARE_OPCODE(opcode_122);
DECLARE_OPCODE(opcode_123);