aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_scripts.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-01-23 05:12:50 +0000
committerMatthew Hoops2011-01-23 05:12:50 +0000
commitfd3188a6fcb370364a178b4b61841b9916bcc5b2 (patch)
tree77dedeb036ff41903e94928e60947341be7c2c61 /engines/mohawk/riven_scripts.h
parentc039b06c3c35c725e19fa5f8027747e402749d46 (diff)
downloadscummvm-rg350-fd3188a6fcb370364a178b4b61841b9916bcc5b2.tar.gz
scummvm-rg350-fd3188a6fcb370364a178b4b61841b9916bcc5b2.tar.bz2
scummvm-rg350-fd3188a6fcb370364a178b4b61841b9916bcc5b2.zip
MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())
svn-id: r55457
Diffstat (limited to 'engines/mohawk/riven_scripts.h')
-rw-r--r--engines/mohawk/riven_scripts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_scripts.h b/engines/mohawk/riven_scripts.h
index 072821aa94..89e5ff0836 100644
--- a/engines/mohawk/riven_scripts.h
+++ b/engines/mohawk/riven_scripts.h
@@ -96,7 +96,7 @@ private:
DECLARE_OPCODE(mohawkSwitch);
DECLARE_OPCODE(enableHotspot);
DECLARE_OPCODE(disableHotspot);
- DECLARE_OPCODE(clearSLST);
+ DECLARE_OPCODE(stopSound);
DECLARE_OPCODE(changeCursor);
DECLARE_OPCODE(delay);
DECLARE_OPCODE(runExternalCommand);