aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-10 10:55:43 +0000
committerTravis Howell2004-09-10 10:55:43 +0000
commitc1fe9cefd3c62554de5b8e46d11182cf450997a6 (patch)
treedf952d1adfc822ed1822528c9a203f728f848f08 /scumm/script_v72he.cpp
parent00452c40736dedc2cfdb0c01d306856b0a6b452d (diff)
downloadscummvm-rg350-c1fe9cefd3c62554de5b8e46d11182cf450997a6.tar.gz
scummvm-rg350-c1fe9cefd3c62554de5b8e46d11182cf450997a6.tar.bz2
scummvm-rg350-c1fe9cefd3c62554de5b8e46d11182cf450997a6.zip
Rename opcode
svn-id: r14993
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index a460d7e9d3..52059b8de9 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -356,7 +356,7 @@ void ScummEngine_v72he::setupOpcodes() {
OPCODE(o6_invalid),
/* F8 */
OPCODE(o72_unknownF8),
- OPCODE(o72_unknownF9),
+ OPCODE(o72_setFilePath),
OPCODE(o72_unknownFA),
OPCODE(o7_unknownFB),
/* FC */
@@ -1913,11 +1913,11 @@ void ScummEngine_v72he::o72_unknownF8() {
debug(1,"stub o72_unknownF8(%d)", a);
}
-void ScummEngine_v72he::o72_unknownF9() {
+void ScummEngine_v72he::o72_setFilePath() {
// File related
byte filename[100];
copyScriptString(filename);
- debug(1,"o72_unknownF9: %s", filename);
+ debug(1,"o72_setFilePath: %s", filename);
}
void ScummEngine_v72he::o72_unknownFA() {