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_v80he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he/script_v80he.cpp') diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp index 1d7cc37e33..9b0adb258e 100644 --- a/engines/scumm/he/script_v80he.cpp +++ b/engines/scumm/he/script_v80he.cpp @@ -355,7 +355,7 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o70_findBox), /* F8 */ OPCODE(o72_getResourceSize), - OPCODE(o72_setFilePath), + OPCODE(o72_createDirectory), OPCODE(o72_setSystemMessage), OPCODE(o70_polygonOps), /* FC */ -- cgit v1.2.3