aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
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/intern_he.h
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/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 7cc172dcd7..2a59e02126 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -197,7 +197,7 @@ protected:
void o70_writeINI();
void o70_getStringLenForWidth();
void o70_getCharIndexInString();
- void o70_setFilePath();
+ void o70_createDirectory();
void o70_findBox();
void o70_setSystemMessage();
void o70_polygonOps();
@@ -346,7 +346,7 @@ protected:
void o72_readINI();
void o72_writeINI();
void o72_getResourceSize();
- void o72_setFilePath();
+ void o72_createDirectory();
void o72_setSystemMessage();
byte VAR_NUM_ROOMS;