From 0673fa4aa53abc3f52d8f413d9e035b6392bae21 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 8 Apr 2007 11:50:31 +0000 Subject: Rename setFilePath opcode to createDirectory, in order to reflect the opcodes true purpose. svn-id: r26418 --- engines/scumm/he/script_v100he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he/script_v100he.cpp') 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), -- cgit v1.2.3