aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-03 14:13:05 +0000
committerTravis Howell2004-10-03 14:13:05 +0000
commit3aadf745f918b98d39228a86613d3e7740bb20a1 (patch)
tree2ddee00068c1d045435ee7c46732194ff212d72d /scumm/script_v80he.cpp
parenta34efa68c21d6e0957876b62a1e2f4a882466388 (diff)
downloadscummvm-rg350-3aadf745f918b98d39228a86613d3e7740bb20a1.tar.gz
scummvm-rg350-3aadf745f918b98d39228a86613d3e7740bb20a1.tar.bz2
scummvm-rg350-3aadf745f918b98d39228a86613d3e7740bb20a1.zip
Add missing code for opcode
svn-id: r15391
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 11ad121930..6c83c124b5 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -354,7 +354,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_unknownF6),
OPCODE(o6_invalid),
/* F8 */
- OPCODE(o72_unknownF8),
+ OPCODE(o72_getResourceSize),
OPCODE(o72_setFilePath),
OPCODE(o72_unknownFA),
OPCODE(o70_polygonOps),