aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-12 13:16:42 +0000
committerJohannes Schickel2006-01-12 13:16:42 +0000
commit2416254e494d93b52009548f940f7ca28bc4db6d (patch)
treea817a40a50d3a8d1e8657958db5fe7f22c300057 /kyra/staticres.cpp
parentb3826575393d324f703e733a99468b97ccc0456c (diff)
downloadscummvm-rg350-2416254e494d93b52009548f940f7ca28bc4db6d.tar.gz
scummvm-rg350-2416254e494d93b52009548f940f7ca28bc4db6d.tar.bz2
scummvm-rg350-2416254e494d93b52009548f940f7ca28bc4db6d.zip
Implemented 'ingame' sound handling, and named the unknown opcodes from the cd version
and 'implemented' them. svn-id: r19988
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index b3d6d33d43..dc6fc4662e 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -665,9 +665,8 @@ KyraEngine::OpcodeProc KyraEngine::_opcodeTable[] = {
// 0x98
Opcode(cmd_setPaletteChangeFlag),
Opcode(cmd_fillRect),
- Opcode(cmd_dummy),
- Opcode(cmd_dummy),
- Opcode(cmd_dummy),
+ Opcode(cmd_vocUnload),
+ Opcode(cmd_vocLoad),
Opcode(cmd_dummy)
};
#undef Opcode