aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-04-08 11:50:31 +0000
committerTravis Howell2007-04-08 11:50:31 +0000
commit0673fa4aa53abc3f52d8f413d9e035b6392bae21 (patch)
treeba4afd8966fb85af449f15566fa19021eb1e8598 /engines/scumm/he/script_v100he.cpp
parent65472233f209b81b44d3d0a50723d27a6a9c9db4 (diff)
downloadscummvm-rg350-0673fa4aa53abc3f52d8f413d9e035b6392bae21.tar.gz
scummvm-rg350-0673fa4aa53abc3f52d8f413d9e035b6392bae21.tar.bz2
scummvm-rg350-0673fa4aa53abc3f52d8f413d9e035b6392bae21.zip
Rename setFilePath opcode to createDirectory, in order to reflect the opcodes true purpose.
svn-id: r26418
Diffstat (limited to 'engines/scumm/he/script_v100he.cpp')
-rw-r--r--engines/scumm/he/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index 302c886c4d..2139359232 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -71,7 +71,7 @@ void ScummEngine_v100he::setupOpcodes() {
/* 14 */
OPCODE(o6_loadRoomWithEgo),
OPCODE(o6_invalid),
- OPCODE(o72_setFilePath),
+ OPCODE(o72_createDirectory),
OPCODE(o100_createSound),
/* 18 */
OPCODE(o6_cutscene),